|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.reservations.ReservationAccess
enum ReservationAccess
The access type of a standing reservation. If set to SHARED, allows a standing reservation to use resources already allocated to other non-job reservations. Otherwise, these other reservations block resource access.
Enum Constant Summary | |
---|---|
DEDICATED
|
|
SHARED
|
Method Summary | |
---|---|
static ReservationAccess
|
parseString(String str)
|
ReservationAccess
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ReservationAccess[]
|
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 |
---|
ReservationAccess DEDICATED
ReservationAccess SHARED
Method Detail |
---|
static ReservationAccess parseString(String str)
ReservationAccess valueOf(String name)
ReservationAccess[] values()
Groovy Documentation