| Constructor and Description |
|---|
ExpressionValue(java.lang.String _expression,
GroupControl _group) |
| Modifier and Type | Method and Description |
|---|---|
Value |
cloneValue()
Clones one value into another
|
void |
copyValue(Value _source)
Copies one value into another
|
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
|
void |
setExpression(java.lang.String _expression) |
parseConstant, parseConstantOrArray, removeScapes, toStringpublic ExpressionValue(java.lang.String _expression,
GroupControl _group)
public boolean getBoolean()
ValuegetBoolean in class Valuepublic int getInteger()
ValuegetInteger in class Valuepublic double getDouble()
Valuepublic java.lang.String getString()
Valuepublic java.lang.Object getObject()
Valuepublic void setExpression(java.lang.String _expression)
public void copyValue(Value _source)
Valuepublic Value cloneValue()
ValuecloneValue in class Value