Groovy Documentation

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

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

enum JobBlockReasonType

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 JobBlockReasonType parseString(String string)

JobBlockReasonType valueOf(String name)

Returns the enum constant of this type with the specified name.

JobBlockReasonType[] 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

JobBlockReasonType ACTIVEPOLICY


BADUSER

JobBlockReasonType BADUSER


DEPENDENCY

JobBlockReasonType DEPENDENCY


ESTATE

JobBlockReasonType ESTATE


FAIRSHARE

JobBlockReasonType FAIRSHARE


HOLD

JobBlockReasonType HOLD


IDLEPOLICY

JobBlockReasonType IDLEPOLICY


LOCALPOLICY

JobBlockReasonType LOCALPOLICY


NOCLASS

JobBlockReasonType NOCLASS


NODATA

JobBlockReasonType NODATA


NONE

JobBlockReasonType NONE


NORESOURCE

JobBlockReasonType NORESOURCE


NOTIME

JobBlockReasonType NOTIME


PARTITIONACCESS

JobBlockReasonType PARTITIONACCESS


PRIORITY

JobBlockReasonType PRIORITY


RMSUBMISSIONFAILURE

JobBlockReasonType RMSUBMISSIONFAILURE


STARTDATE

JobBlockReasonType STARTDATE


STATE

JobBlockReasonType STATE


SYSLIMITS

JobBlockReasonType SYSLIMITS


 
Method Detail

parseString

static JobBlockReasonType parseString(String string)


valueOf

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


values

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


 

Groovy Documentation