Class OptionalBool


  • public final class OptionalBool
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int False
      Force the value to false when created.
      static java.lang.String[] names  
      static int True
      Force the value to true when created.
      static int Unset
      Don't force the value on entity create.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String name​(int e)  
      • Methods inherited from class java.lang.Object

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

      • Unset

        public static final int Unset
        Don't force the value on entity create.
        See Also:
        Constant Field Values
      • True

        public static final int True
        Force the value to true when created.
        See Also:
        Constant Field Values
      • False

        public static final int False
        Force the value to false when created.
        See Also:
        Constant Field Values
      • names

        public static final java.lang.String[] names
    • Method Detail

      • name

        public static java.lang.String name​(int e)