Interface DataItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
EntityDataItem, MapDataItem, SimpleDataItem

public interface DataItem extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(String property)
     
  • Method Details

    • getValue

      Object getValue(String property)
      Parameters:
      property - name of property
      Returns:
      the value of a property with the specified property name