Groovy Documentation

com.ace.mws.jobtemplates
[Groovy] Enum JobTemplateFlag

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

GLOBALRSVACCESS

JobTemplateFlag GLOBALRSVACCESS


HIDDEN

JobTemplateFlag HIDDEN


HWJOB

JobTemplateFlag HWJOB


PRIVATE

JobTemplateFlag PRIVATE


SELECT

JobTemplateFlag SELECT
True if a job can select this template.


SYNCJOBID

JobTemplateFlag SYNCJOBID


TEMPLATEISDYNAMIC

JobTemplateFlag TEMPLATEISDYNAMIC
True if the template is dynamic (not specified via moab.cfg).


 
Method Detail

parseString

static JobTemplateFlag parseString(String string)


valueOf

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


values

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


 

Groovy Documentation