Uses of Interface
com.solibri.smc.api.model.PropertyReference
Packages that use PropertyReference
-
Uses of PropertyReference in com.solibri.smc.api.filter
Methods in com.solibri.smc.api.filter with parameters of type PropertyReferenceModifier and TypeMethodDescriptionstatic <T> ComponentFilterComponentFilter.propertyValueEquals(PropertyReference propertyReference, T value)Returns a filter that accepts components when the specified property has a specified target value.static <T> ComponentFilterComponentFilter.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 PropertyReferenceModifier and TypeMethodDescription<T> Optional<T>Component.getPropertyValue(PropertyReference propertyReference)Returns the value of property to which the given PropertyReference refers.