public class FixedValue extends Object implements Expression
getValue
is
called. Setting of the value is not supported.Constructor and Description |
---|
FixedValue(Object value) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText() |
Object |
getValue(VariableScope variableScope) |
void |
setValue(Object value,
VariableScope variableScope) |
public FixedValue(Object value)
public Object getValue(VariableScope variableScope)
getValue
in interface Expression
public void setValue(Object value, VariableScope variableScope)
setValue
in interface Expression
public String getExpressionText()
getExpressionText
in interface Expression
Copyright © 2015. All rights reserved.