T - Value typepublic static interface PropertyBox.PropertyValue<T> extends Serializable
Property value.| Modifier and Type | Method and Description |
|---|---|
Property<T> |
getProperty()
Get the
Property. |
T |
getValue()
Get the property value.
|
default boolean |
hasValue()
Checks whether this property has a value, i.e. the property value is not
null. |
T getValue()
default boolean hasValue()
null.true if this property has a value, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.