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