Class DDLConstantAction.SettableBoolean

  • Enclosing class:
    DDLConstantAction

    private static class DDLConstantAction.SettableBoolean
    extends java.lang.Object
    Mutable Boolean wrapper, initially false
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SettableBoolean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean get()  
      (package private) void set​(boolean b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        boolean value
    • Constructor Detail

      • SettableBoolean

        SettableBoolean()
    • Method Detail

      • set

        void set​(boolean b)
      • get

        boolean get()