| Modifier and Type | Field | Description |
|---|---|---|
java.lang.Object |
value |
| Constructor | Description |
|---|---|
ObjectValue(java.lang.Object _val) |
Constructor ObjectValue
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getBoolean() |
Returns the value of the variable as a boolean
|
double |
getDouble() |
Returns the value of the variable as a double
|
int |
getInteger() |
Returns the value of the variable as an int
|
java.lang.Object |
getObject() |
Returns the value of the variable as an Object.
|
java.lang.String |
getString() |
Returns the value of the variable as a String
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneValue, copyValue, parseConstant, parseConstantOrArray, removeScapes, toStringpublic ObjectValue(java.lang.Object _val)
_val - public boolean getBoolean()
ValuegetBoolean in class Valuepublic int getInteger()
ValuegetInteger in class Valuepublic double getDouble()
Valuepublic java.lang.String getString()
Value