public class DynamicFloatProperty extends PropertyWrapper<java.lang.Float>
Use APIs in DynamicPropertyFactory
to create instance of this class.
defaultValue, prop
Constructor and Description |
---|
DynamicFloatProperty(java.lang.String propName,
float defaultValue) |
Modifier and Type | Method and Description |
---|---|
float |
get()
Get the current value from the underlying DynamicProperty
|
java.lang.Float |
getValue()
Get current typed value of the property.
|
addCallback, addValidator, getChangedTimestamp, getDefaultValue, getDynamicProperty, getName, propertyChanged, propertyChanged, registerSubClassWithNoCallback, removeAllCallbacks, toString, validate
public DynamicFloatProperty(java.lang.String propName, float defaultValue)
public float get()
public java.lang.Float getValue()
PropertyWrapper
getValue
in interface Property<java.lang.Float>
getValue
in class PropertyWrapper<java.lang.Float>