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