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