Uses of Class
com.sgs.common.database.Formula.OperationalMode
-
Packages that use Formula.OperationalMode 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.OperationalMode in com.sgs.common.database
Methods in com.sgs.common.database that return Formula.OperationalMode Modifier and Type Method Description Formula.OperationalMode
Formula. getOperationalModeEnum()
static Formula.OperationalMode
Formula.OperationalMode. parse(int type)
static Formula.OperationalMode
Formula.OperationalMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Formula.OperationalMode[]
Formula.OperationalMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-