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