Class FloatProperty<K>
java.lang.Object
This is the float specific version of numeric property
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetFloat()Returns the value as a primitive, if the value is null/nullable this will fail...Methods inherited from class NumericProperty
isNullable, set, setNullableMethods inherited from class PropertyBase
addChangeListener, bindGlobalGetListener, bindGlobalSetListener, firePropertyChanged, getClientProperty, getGenericType, getLabel, getName, putClientProperty, removeChangeListener, setLabel, stopListening, validateCollectionType
-
Constructor Details
-
FloatProperty
-
FloatProperty
-
-
Method Details
-
getFloat
public float getFloat()Returns the value as a primitive, if the value is null/nullable this will fail...
Returns
the numeric value
-