Class BooleanValue


  • public class BooleanValue
    extends ConstantValue<java.lang.Boolean>
    This class represents a constant Boolean value in a GroupingExpression.
    Author:
    Ulf Lilleengen, bratseth
    • Constructor Detail

      • BooleanValue

        public BooleanValue​(java.lang.Boolean value)
        Constructs a new instance of this class.
        Parameters:
        value - The immutable value to assign to this.