Uses of Interface
com.solibri.smc.api.model.PropertyReference
-
Packages that use PropertyReference Package Description com.solibri.smc.api.filter com.solibri.smc.api.model -
-
Uses of PropertyReference in com.solibri.smc.api.filter
Methods in com.solibri.smc.api.filter with parameters of type PropertyReference Modifier and Type Method Description static <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
Methods in com.solibri.smc.api.model with parameters of type PropertyReference Modifier and Type Method Description <T> Optional<T>
Component. getPropertyValue(PropertyReference propertyReference)
Returns the value of property to which the given PropertyReference refers.
-