Uses of Class
com.sgs.common.database.Formula.ProductOperationalMode
-
Packages that use Formula.ProductOperationalMode Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Formula.ProductOperationalMode in com.sgs.common.database
Methods in com.sgs.common.database that return Formula.ProductOperationalMode Modifier and Type Method Description Formula.ProductOperationalMode
Formula. getProductOperationalMode()
static Formula.ProductOperationalMode
Formula.ProductOperationalMode. parse(int type)
static Formula.ProductOperationalMode
Formula.ProductOperationalMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Formula.ProductOperationalMode[]
Formula.ProductOperationalMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-