|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.jobtemplates.JobTemplateFlag
enum JobTemplateFlag
This enumeration specifies the flag types of a job template.
Enum Constant Summary | |
---|---|
GLOBALRSVACCESS
|
|
HIDDEN
|
|
HWJOB
|
|
PRIVATE
|
|
SELECT
True if a job can select this template. |
|
SYNCJOBID
|
|
TEMPLATEISDYNAMIC
True if the template is dynamic (not specified via moab.cfg). |
Method Summary | |
---|---|
static JobTemplateFlag
|
parseString(String string)
|
JobTemplateFlag
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobTemplateFlag[]
|
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 |
---|
JobTemplateFlag GLOBALRSVACCESS
JobTemplateFlag HIDDEN
JobTemplateFlag HWJOB
JobTemplateFlag PRIVATE
JobTemplateFlag SELECT
JobTemplateFlag SYNCJOBID
JobTemplateFlag TEMPLATEISDYNAMIC
Method Detail |
---|
static JobTemplateFlag parseString(String string)
JobTemplateFlag valueOf(String name)
JobTemplateFlag[] values()
Groovy Documentation