public interface Instance extends Group
Modifier and Type | Method and Description |
---|---|
DataSet |
getDataSet()
Get the data set the instance is associated to.
|
TypeDefinition |
getDefinition()
Get the definition of the type associated with the instance
|
List<Object> |
getMetaData(String key)
Get the metadata the instance my be associated with
|
Set<String> |
getMetaDataNames()
Get all keys the metadata is associated with
|
Object |
getValue()
Get the instance value.
The value is only present for certain types where the HasValueFlag or AugmentedValueFlag constraint is enabled. |
getProperty, getPropertyNames
TypeDefinition getDefinition()
getDefinition
in interface Group
Object getValue()
HasValueFlag
or AugmentedValueFlag
constraint is enabled.
The Binding
constraint on the type definition defines the binding
of the value.Group
or Instance
).null
DataSet getDataSet()
null
if not setList<Object> getMetaData(String key)
key
- the key to access a certain metadataBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a