public interface Template extends DataObject
DataObject.getDataObjects() method.DataObject.Type| Modifier and Type | Method and Description | 
|---|---|
DataObject | 
getDataObject(byte id)  | 
java.util.List<DataObject> | 
getDataObjectsWithinIdRange(int idMinInclusive,
                           int idMaxInclusive)
Provides an unmodifiable list of data objects within a range of given IDs. 
 | 
getDataObjects, getId, getType, getValuejava.util.List<DataObject> getDataObjectsWithinIdRange(int idMinInclusive, int idMaxInclusive)
idMinInclusive - Minimum ID value (inclusive) for data objects to be provided.idMaxInclusive - Maximum ID value (inclusive) for data objects to be provided.DataObject getDataObject(byte id)
id - ID of the data object to be retrieved from the inner list of data objects.DataObject with specified ID or null if not found.