public class Value extends Object
| Constructor and Description |
|---|
Value(Object simpleObjectValue)
Initializes an instance that wrapps a simple object.
|
Value(UUID observableObjectID)
Initializes an instance that wrappes an observable object.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
getObservableObjectId() |
Object |
getSimpleObjectValue() |
boolean |
isSimpleObject()
Checks if this value wrapper stores a simple object.
|
String |
toString() |
public Value(UUID observableObjectID)
observableObjectID - The id of the wrapped observable object.public Value(Object simpleObjectValue)
simpleObjectValue - The simple object that is wrapped.public UUID getObservableObjectId()
null.public Object getSimpleObjectValue()
null.public boolean isSimpleObject()
true if it wrapps a simple object and false if it wrapps an observable object.Copyright © 2016 Saxonia Systems AG. All Rights Reserved.