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 when getValue is called. Setting of the value is not supported.
Author:
Frederik Heremans
See Also:
  • Constructor Details

    • FixedValue

      public FixedValue(Object value)