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) voidsetValue(Object value, VariableContainer variableContainer)
-
Constructor Details
-
FixedValue
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceExpression
-
setValue
- Specified by:
setValuein interfaceExpression
-
getExpressionText
- Specified by:
getExpressionTextin interfaceExpression
-