public interface PropertySetBound
Property
set.Modifier and Type | Method and Description |
---|---|
Iterable<com.holonplatform.core.property.Property> |
getProperties()
Gets the set of
Property s to which this component is bound. |
boolean |
hasProperty(com.holonplatform.core.property.Property<?> property)
Gets whether given
property is part of the property set to which this component is bound. |
Stream<com.holonplatform.core.property.Property> |
propertyStream()
Get a
Stream of the properties to which this component is bound. |
Iterable<com.holonplatform.core.property.Property> getProperties()
Property
s to which this component is bound.Iterable
on the property set (never null)boolean hasProperty(com.holonplatform.core.property.Property<?> property)
property
is part of the property set to which this component is bound.property
- Property to check (not null)true
if given property
is part of the property set to which this component is
bound, false
otherwiseCopyright © 2019 The Holon Platform. All rights reserved.