Class 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:
    Serialized Form
    • Constructor Detail

      • FixedValue

        public FixedValue​(Object value)