Uses of Enum
com.solibri.smc.api.Product
Packages that use Product
-
Uses of Product in com.solibri.smc.api
Methods in com.solibri.smc.api that return ProductModifier and TypeMethodDescriptionstatic ProductSMC.getProduct()Deprecated.static ProductDeprecated.Returns the enum constant of this type with the specified name.static Product[]Product.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
SMC.getProductName()instead, which should be used to get the product name, since it covers all the possible product variants, while this method does not.