public class Value extends Object
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getObservableObjectId() |
Object |
getSimpleObjectValue() |
void |
setObservableObjectId(UUID observableObjectId)
Sets the id of the observable object this instance denotes.
|
void |
setSimpleObjectValue(Object simpleObjectValue)
Sets the simple object value this instance should wrap.
|
String |
toString() |
public UUID getObservableObjectId()
null.public void setObservableObjectId(UUID observableObjectId) throws IllegalStateException
observableObjectId - the idIllegalStateException - If this instance already denotes a simple object. That is the case when
getSimpleObjectValue() does not return null.getObservableObjectId()public Object getSimpleObjectValue()
null.public void setSimpleObjectValue(Object simpleObjectValue) throws IllegalStateException
simpleObjectValue - the valueIllegalStateException - If this instance already denotes an observable object. That is the case when
getObservableObjectId() does not return null.getSimpleObjectValue()Copyright © 2014 Saxonia Systems AG. All Rights Reserved.