public interface MutableInstance extends Instance, MutableGroup
Modifier and Type | Method and Description |
---|---|
void |
putMetaData(String key,
Object obj)
add Data to the MetaData, which the Instance can be associated with If
there is no MetaData in the Instance, a new container will be created
|
void |
setDataSet(DataSet dataSet)
Set the data set the instance is associated to.
|
void |
setMetaData(String key,
Object... values)
Sets the metadata of a certain key, may also delet or reset the value of
the key if the values parameter is null or empty
|
void |
setValue(Object value)
Set the instance value.
|
getDataSet, getDefinition, getMetaData, getMetaDataNames, getValue
addProperty, setProperty
getProperty, getPropertyNames
void setValue(Object value)
Instance
.value
- the instance value to setvoid setDataSet(DataSet dataSet)
dataSet
- the instance data setvoid putMetaData(String key, Object obj)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a