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