P - Property typepublic interface HasPropertySet<P>
| Modifier and Type | Method and Description |
|---|---|
Collection<P> |
getProperties()
Gets the available properties.
|
default boolean |
hasProperty(P property)
Gets whether the property set contains the given
property. |
Collection<P> getProperties()
default boolean hasProperty(P property)
property.property - The property to check (not null)true if the property set contains the given property, false
otherwiseCopyright © 2019 The Holon Platform. All rights reserved.