Groovy Documentation

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

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

enum JobActionType

Enum Constant Summary
DESTROY

MIGRATE

MODIFY

 
Method Summary
JobActionType valueOf(String name)

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

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

DESTROY

JobActionType DESTROY


MIGRATE

JobActionType MIGRATE


MODIFY

JobActionType MODIFY


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation