Groovy Documentation

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

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

enum JobSubState

Enum Constant Summary
Epilogue

Migrated

Preempted

Prologue

 
Method Summary
JobSubState valueOf(String name)

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

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

Epilogue

JobSubState Epilogue


Migrated

JobSubState Migrated


Preempted

JobSubState Preempted


Prologue

JobSubState Prologue


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation