|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.jobs.JobBlockReasonTypeVersion1
enum JobBlockReasonTypeVersion1
An enumeration of the possible reasons a job might be blocked.
Method Summary | |
---|---|
static JobBlockReasonTypeVersion1
|
parseString(String string)
|
JobBlockReasonTypeVersion1
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobBlockReasonTypeVersion1[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
JobBlockReasonTypeVersion1 ACTIVEPOLICY
JobBlockReasonTypeVersion1 BADUSER
JobBlockReasonTypeVersion1 DEPENDENCY
JobBlockReasonTypeVersion1 ESTATE
JobBlockReasonTypeVersion1 FAIRSHARE
JobBlockReasonTypeVersion1 HOLD
JobBlockReasonTypeVersion1 IDLEPOLICY
JobBlockReasonTypeVersion1 LOCALPOLICY
JobBlockReasonTypeVersion1 NOCLASS
JobBlockReasonTypeVersion1 NODATA
JobBlockReasonTypeVersion1 NONE
JobBlockReasonTypeVersion1 NORESOURCE
JobBlockReasonTypeVersion1 NOTIME
JobBlockReasonTypeVersion1 PARTITIONACCESS
JobBlockReasonTypeVersion1 PRIORITY
JobBlockReasonTypeVersion1 RMSUBMISSIONFAILURE
JobBlockReasonTypeVersion1 STARTDATE
JobBlockReasonTypeVersion1 STATE
JobBlockReasonTypeVersion1 SYSLIMITS
Method Detail |
---|
static JobBlockReasonTypeVersion1 parseString(String string)
JobBlockReasonTypeVersion1 valueOf(String name)
JobBlockReasonTypeVersion1[] values()
Groovy Documentation