|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.services.ServiceType
enum ServiceType
Enum Constant Summary | |
---|---|
CONTAINER
|
|
PM
|
|
STORAGE
|
|
VM
|
Method Summary | |
---|---|
static ServiceType
|
parse(String string)
Parses a string and translates it into an enum value. |
ServiceType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ServiceType[]
|
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 |
---|
ServiceType CONTAINER
ServiceType PM
ServiceType STORAGE
ServiceType VM
Method Detail |
---|
static ServiceType parse(String string)
string
- the string to parse.
ServiceType valueOf(String name)
ServiceType[] values()
Groovy Documentation