Uses of Class
com.openinventor.inventor.lock.SoLicensedProduct.SbProducts
-
Packages that use SoLicensedProduct.SbProducts Package Description com.openinventor.inventor.lock -
-
Uses of SoLicensedProduct.SbProducts in com.openinventor.inventor.lock
Methods in com.openinventor.inventor.lock that return SoLicensedProduct.SbProducts Modifier and Type Method Description SoLicensedProduct.SbProducts
SoLicensedProduct. getProduct()
Returns the SbProduct enum value of the licensed product.static SoLicensedProduct.SbProducts
SoLicensedProduct.SbProducts. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLicensedProduct.SbProducts
SoLicensedProduct.SbProducts. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLicensedProduct.SbProducts[]
SoLicensedProduct.SbProducts. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.lock with parameters of type SoLicensedProduct.SbProducts Modifier and Type Method Description SoLicensedProduct
SoLicensesInfo. getLicensedProduct(SoLicensedProduct.SbProducts prod)
Gets the licensed product corresponding to the givenSoLicensedProduct.SbProduct
.
-