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