Groovy Documentation

com.ace.mws.jobs
[Groovy] Enum JobBlockReasonTypeVersion1

java.lang.Object
  com.ace.mws.jobs.JobBlockReasonTypeVersion1

enum JobBlockReasonTypeVersion1

An enumeration of the possible reasons a job might be blocked.


Enum Constant Summary
ACTIVEPOLICY

BADUSER

DEPENDENCY

ESTATE

FAIRSHARE

HOLD

IDLEPOLICY

LOCALPOLICY

NOCLASS

NODATA

NONE

NORESOURCE

NOTIME

PARTITIONACCESS

PRIORITY

RMSUBMISSIONFAILURE

STARTDATE

STATE

SYSLIMITS

 
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

ACTIVEPOLICY

JobBlockReasonTypeVersion1 ACTIVEPOLICY


BADUSER

JobBlockReasonTypeVersion1 BADUSER


DEPENDENCY

JobBlockReasonTypeVersion1 DEPENDENCY


ESTATE

JobBlockReasonTypeVersion1 ESTATE


FAIRSHARE

JobBlockReasonTypeVersion1 FAIRSHARE


HOLD

JobBlockReasonTypeVersion1 HOLD


IDLEPOLICY

JobBlockReasonTypeVersion1 IDLEPOLICY


LOCALPOLICY

JobBlockReasonTypeVersion1 LOCALPOLICY


NOCLASS

JobBlockReasonTypeVersion1 NOCLASS


NODATA

JobBlockReasonTypeVersion1 NODATA


NONE

JobBlockReasonTypeVersion1 NONE


NORESOURCE

JobBlockReasonTypeVersion1 NORESOURCE


NOTIME

JobBlockReasonTypeVersion1 NOTIME


PARTITIONACCESS

JobBlockReasonTypeVersion1 PARTITIONACCESS


PRIORITY

JobBlockReasonTypeVersion1 PRIORITY


RMSUBMISSIONFAILURE

JobBlockReasonTypeVersion1 RMSUBMISSIONFAILURE


STARTDATE

JobBlockReasonTypeVersion1 STARTDATE


STATE

JobBlockReasonTypeVersion1 STATE


SYSLIMITS

JobBlockReasonTypeVersion1 SYSLIMITS


 
Method Detail

parseString

static JobBlockReasonTypeVersion1 parseString(String string)


valueOf

JobBlockReasonTypeVersion1 valueOf(String name)
Returns the enum constant of this type with the specified name.


values

JobBlockReasonTypeVersion1[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation