Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
IntegerValue(int _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, toString
public boolean getBoolean()
Value
getBoolean
in class Value
public int getInteger()
Value
getInteger
in class Value
public double getDouble()
Value
public java.lang.String getString()
Value