Groovy Documentation

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

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

enum JobHostListMode

Enum Constant Summary
exactset

subset

superset

 
Method Summary
static JobHostListMode parse(String string)

JobHostListMode valueOf(String name)

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

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

exactset

JobHostListMode exactset


subset

JobHostListMode subset


superset

JobHostListMode superset


 
Method Detail

parse

static JobHostListMode parse(String string)


valueOf

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


values

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


 

Groovy Documentation