Class FixedValue
java.lang.Object
org.flowable.common.engine.impl.el.FixedValue
- All Implemented Interfaces:
Serializable
,Expression
- Direct Known Subclasses:
FixedValue
Expression that always returns the same value when
getValue
is called. Setting of the value is not supported.- Author:
- Frederik Heremans
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue
(VariableContainer variableContainer) void
setValue
(Object value, VariableContainer variableContainer)
-
Constructor Details
-
FixedValue
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceExpression
-
setValue
- Specified by:
setValue
in interfaceExpression
-
getExpressionText
- Specified by:
getExpressionText
in interfaceExpression
-