public interface PropertyBoxValue
extends com.holonplatform.core.Expression
PropertyBox value.| Modifier and Type | Method and Description |
|---|---|
static PropertyBoxValue |
create(com.holonplatform.core.property.PropertyBox value)
Create a new
PropertyBoxValue. |
static PropertyBoxValue |
create(com.holonplatform.core.property.PropertyBox value,
com.holonplatform.core.property.PropertySet<?> propertySet)
Create a new
PropertyBoxValue. |
default com.holonplatform.core.property.PropertySet<?> |
getPropertySet()
Get the expression property set.
|
com.holonplatform.core.property.PropertyBox |
getValue()
Get the
PropertyBox value. |
com.holonplatform.core.property.PropertyBox getValue()
PropertyBox value.default com.holonplatform.core.property.PropertySet<?> getPropertySet()
static PropertyBoxValue create(com.holonplatform.core.property.PropertyBox value)
PropertyBoxValue.value - The valuePropertyBoxValue instancestatic PropertyBoxValue create(com.holonplatform.core.property.PropertyBox value, com.holonplatform.core.property.PropertySet<?> propertySet)
PropertyBoxValue.value - The valuepropertySet - The property set to usePropertyBoxValue instanceCopyright © 2019 The Holon Platform. All rights reserved.