public interface DataObject
Modifier and Type | Interface and Description |
---|---|
static class |
DataObject.Type
Defines the concrete type of data object instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataObject> |
getDataObjects()
Provides inner structure for
Template data objects. |
byte |
getId()
Provides ID of the data object.
|
DataObject.Type |
getType()
Provides type of the data object.
|
java.lang.String |
getValue()
Provides value of the
Primitive data objects. |
byte getId()
DataObject.Type getType()
java.lang.String getValue()
Primitive
data objects.Template
data
objects for which the getDataObjects method should be used instead.java.util.List<DataObject> getDataObjects()
Template
data objects.Primitive
data objects.