Class BooleanField


  • public class BooleanField
    extends DataField
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean booleanValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanField​(java.lang.Boolean value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • booleanValue

        @Field(type=Boolean)
        public java.lang.Boolean booleanValue
    • Constructor Detail

      • BooleanField

        public BooleanField​(java.lang.Boolean value)