| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
| Constructor and Description |
|---|
StringValue(java.lang.String _val) |
| Modifier and Type | Method and 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
|
cloneValue, copyValue, parseConstant, parseConstantOrArray, removeScapes, toStringpublic boolean getBoolean()
ValuegetBoolean in class Valuepublic int getInteger()
ValuegetInteger in class Valuepublic double getDouble()
Valuepublic java.lang.String getString()
Value