public interface AnyTypeObject
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
Object |
getValue() |
<T> T |
getValue(Class<T> clazz) |
void |
setValue(Object value)
Sets the value of this anytype
|
String getType()
Object getValue()
<T> T getValue(Class<T> clazz)
T - value typeclazz - to cast the value tovoid setValue(Object value)
value - the new valueCopyright © 2017. All Rights Reserved.