Package org.camunda.bpm.engine.impl.el
Class FixedValue
java.lang.Object
org.camunda.bpm.engine.impl.el.FixedValue
- All Implemented Interfaces:
Expression
Expression that always returns the same value when
getValue
is
called. Setting of the value is not supported.- Author:
- Frederik Heremans
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(VariableScope variableScope) getValue
(VariableScope variableScope, BaseDelegateExecution contextExecution) boolean
void
setValue
(Object value, VariableScope variableScope)
-
Constructor Details
-
FixedValue
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceExpression
-
getValue
-
setValue
- Specified by:
setValue
in interfaceExpression
-
getExpressionText
- Specified by:
getExpressionText
in interfaceExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in interfaceExpression
-