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) |
Object |
getValue(VariableScope variableScope,
BaseDelegateExecution contextExecution) |
boolean |
isLiteralText() |
void |
setValue(Object value,
VariableScope variableScope) |
public FixedValue(Object value)
public Object getValue(VariableScope variableScope)
getValue
in interface Expression
public Object getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
public void setValue(Object value, VariableScope variableScope)
setValue
in interface Expression
public String getExpressionText()
getExpressionText
in interface Expression
public boolean isLiteralText()
isLiteralText
in interface Expression
Copyright © 2022. All rights reserved.