Interface DataItem

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

public interface DataItem extends Serializable
  • Method Details

    • getValue

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

      Object getId()
      Returns:
      unique identifier of DataItem