public class DynamicBooleanProperty extends PropertyWrapper<Boolean>
Use APIs in DynamicPropertyFactory
to create instance of this class.
defaultValue, prop
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Get the current value from the underlying DynamicProperty
|
Boolean |
getValue()
Get current typed value of the property.
|
addCallback, getChangedTimestamp, getName, propertyChanged, registerSubClassWithNoCallback, toString
public boolean get()
public Boolean getValue()
PropertyWrapper
getValue
in class PropertyWrapper<Boolean>
Copyright © 2016. All Rights Reserved.