Modifier and Type | Method and Description |
---|---|
boolean |
contains(String propertyName)
Returns true if the property set contains a property with the given name.
|
boolean |
containsAll(Set<String> propertyNames)
Returns true if the property set contains all property names in the given set.
|
String |
getName()
Returns the name of the property set.
|
Set<Property<?>> |
getProperties()
Returns a set of properties in the property set.
|
<T> Optional<Property<T>> |
getProperty(String propertyName)
Returns an optional of the property in the property set with the given name.
|
Set<String> |
getPropertyNames()
Returns the set of property names in the property set.
|
forEach, iterator, spliterator
<T> Optional<Property<T>> getProperty(String propertyName)
T
- the type of the property to be returnedpropertyName
- the property nameSet<Property<?>> getProperties()
Set<String> getPropertyNames()
String getName()
boolean contains(String propertyName)
propertyName
- the property nameCopyright © 2020 Solibri, Inc.. All rights reserved.