Package org.flowable.engine.impl.el
Class FixedValue
- java.lang.Object
-
- org.flowable.common.engine.impl.el.FixedValue
-
- org.flowable.engine.impl.el.FixedValue
-
- All Implemented Interfaces:
Serializable,Expression
public class FixedValue extends FixedValue
Expression that always returns the same value whengetValueis called. Setting of the value is not supported.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FixedValue(Object value)
-
-
-
Constructor Detail
-
FixedValue
public FixedValue(Object value)
-
-