Groovy Documentation

com.ace.mws.reservations
[Groovy] Enum ReservationType

java.lang.Object
  com.ace.mws.reservations.ReservationType

enum ReservationType

This enumeration specifies the type of a reservation.


Enum Constant Summary
JOB

META

NONE

USER

 
Method Summary
static def parseString(String string)

ReservationType valueOf(String name)

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

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

JOB

ReservationType JOB


META

ReservationType META


NONE

ReservationType NONE


USER

ReservationType USER


 
Method Detail

parseString

static def parseString(String string)


valueOf

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


values

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


 

Groovy Documentation