Class IntProperty<K>


public class IntProperty<K> extends NumericProperty<Integer,K>
This is the integer specific version of numeric property
  • Constructor Details

    • IntProperty

      public IntProperty(String name)
    • IntProperty

      public IntProperty(String name, Integer value)
  • Method Details

    • getInt

      public int getInt()

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

      Returns

      the numeric value