Class DoubleProperty<K>


public class DoubleProperty<K> extends NumericProperty<Double,K>
This is the double specific version of numeric property
  • Constructor Details

    • DoubleProperty

      public DoubleProperty(String name)
    • DoubleProperty

      public DoubleProperty(String name, Double value)
  • Method Details

    • getDouble

      public double getDouble()

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

      Returns

      the numeric value