Class BooleanValue


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

    • BooleanValue

      public BooleanValue(Boolean value)
      Constructs a new instance of this class.
      Parameters:
      value - The immutable value to assign to this.
  • Method Details