Package com.solibri.smc.api.model
Interface Quantities
public interface Quantities
Provides access to the quantities of a 
Component.- Since:
- 9.10.2
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumSpecifies the type of the quantity.
- 
Method SummaryModifier and TypeMethodDescriptionget(Quantities.Type quantityType) Returns the value of the quantity of given type.static QuantitiesReturns the available quantities of the given component.
- 
Method Details- 
ofReturns the available quantities of the given component.- Parameters:
- component- the component whose available quantities are returned
- Returns:
- the available quantities of the given component
 
- 
getReturns the value of the quantity of given type. If the quantity is not present or applicable to the component, then returns empty.- Parameters:
- quantityType- the type of the quantity
- Returns:
- the value of the quantity of given type
- Since:
- 9.10.2
 
 
-