| Modifier and Type | Field | Description |
|---|---|---|
double |
value |
| Constructor | Description |
|---|---|
DoubleValue(double _val) |
Constructor DoubleValue
|
| 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 DoubleValue(double _val)
_val - public boolean getBoolean()
ValuegetBoolean in class Valuepublic int getInteger()
ValuegetInteger in class Valuepublic double getDouble()
Valuepublic java.lang.String getString()
Value