public interface AnyTypeObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
java.lang.Object |
getValue() |
<T> T |
getValue(java.lang.Class<T> clazz) |
void |
setValue(java.lang.Object value)
Sets the value of this anytype
|
java.lang.String getType()
java.lang.Object getValue()
void setValue(java.lang.Object value)
value - the new value<T> T getValue(java.lang.Class<T> clazz)
T - value typeclazz - to cast the value to