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