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