|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectcom.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 |
|---|
JobBlockCategory depend
JobBlockCategory jobBlock
JobBlockCategory migrate
| Method Detail |
|---|
JobBlockCategory valueOf(String name)
JobBlockCategory[] values()
Groovy Documentation