Uses of Interface
com.solibri.smc.api.model.PropertyReference
-
Uses of PropertyReference in com.solibri.smc.api.filter
Modifier and TypeMethodDescriptionstatic <T> ComponentFilter
ComponentFilter.propertyValueEquals
(PropertyReference propertyReference, T value) Returns a filter that accepts components when the specified property has a specified target value.static <T> ComponentFilter
ComponentFilter.propertyValueMatches
(PropertyReference propertyReference, Predicate<Optional<T>> predicate) Returns a filter that accepts components when the specified component's property value matches the given predicate. -
Uses of PropertyReference in com.solibri.smc.api.model
Modifier and TypeMethodDescription<T> Optional<T>
Component.getPropertyValue
(PropertyReference propertyReference) Returns the value of property to which the given PropertyReference refers.