Groovy Documentation

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

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

enum JobBlockCategory

Enum Constant Summary
depend

jobBlock

migrate

 
Method Summary
JobBlockCategory valueOf(String name)

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

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

depend

JobBlockCategory depend


jobBlock

JobBlockCategory jobBlock


migrate

JobBlockCategory migrate


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation