Uses of Class
com.solibri.smc.api.Product
-
Packages that use Product Package Description com.solibri.smc.api -
-
Uses of Product in com.solibri.smc.api
Methods in com.solibri.smc.api that return Product Modifier and Type Method Description static Product
SMC. getProduct()
Returns the product variant that is running.static Product
Product. valueOf(String name)
Returns the enum constant of this type with the specified name.static Product[]
Product. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-