Class BooleanProperty<K>


public class BooleanProperty<K> extends Property<Boolean,K>
This is the boolean specific version of property
  • Constructor Details

    • BooleanProperty

      public BooleanProperty(String name)
    • BooleanProperty

      public BooleanProperty(String name, Boolean value)
  • Method Details

    • getBoolean

      public boolean getBoolean()

      Returns the value as a primitive, if the value is null/nullable this will fail...

      Returns

      the numeric value