Class BooleanValue

  • All Implemented Interfaces:
    Value

    public class BooleanValue
    extends BaseValue
    A BooleanValue provides an implementation of the Value interface representing a boolean value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanValue​(boolean bool)
      Constructs a BooleanValue object representing a boolean.
      BooleanValue​(java.lang.Boolean bool)
      Constructs a BooleanValue object representing a boolean.