| Constructor | Description |
|---|---|
ExpressionValue(java.lang.String _expression,
GroupControl _group) |
Constructor ExpressionValue
|
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitparseConstant, parseConstantOrArray, removeScapes, toStringpublic ExpressionValue(java.lang.String _expression,
GroupControl _group)
_expression - _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