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