Groovy Documentation

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

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

enum JobBlockType

Enum Constant Summary
ActivePolicy

BadUser

Dependency

EState

FairShare

Hold

IdlePolicy

LocalPolicy

NoClass

NoData

NoResource

NoTime

PartitionAccess

Priority

RMSubmissionFailure

StartDate

State

SysLimits

 
Method Summary
JobBlockType valueOf(String name)

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

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

JobBlockType ActivePolicy


BadUser

JobBlockType BadUser


Dependency

JobBlockType Dependency


EState

JobBlockType EState


FairShare

JobBlockType FairShare


Hold

JobBlockType Hold


IdlePolicy

JobBlockType IdlePolicy


LocalPolicy

JobBlockType LocalPolicy


NoClass

JobBlockType NoClass


NoData

JobBlockType NoData


NoResource

JobBlockType NoResource


NoTime

JobBlockType NoTime


PartitionAccess

JobBlockType PartitionAccess


Priority

JobBlockType Priority


RMSubmissionFailure

JobBlockType RMSubmissionFailure


StartDate

JobBlockType StartDate


State

JobBlockType State


SysLimits

JobBlockType SysLimits


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation