|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.nodes.NodePower
enum NodePower
Represents the various options for a Node's power state.
| Enum Constant Summary | |
|---|---|
HIBERNATE
|
|
NONE
|
|
OFF
|
|
ON
|
|
RESET
|
|
STANDBY
|
|
| Property Summary | |
|---|---|
String |
moabLabel
|
| Constructor Summary | |
private NodePower(String moabLabel)
|
|
| Method Summary | |
|---|---|
static NodePower
|
parseNodePowerString(String string)
Parses a string and translates it into a NodePower enum value. |
String
|
toString()
|
NodePower
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodePower[]
|
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 |
|---|
NodePower HIBERNATE
NodePower NONE
NodePower OFF
NodePower ON
NodePower RESET
NodePower STANDBY
| Property Detail |
|---|
String moabLabel
| Constructor Detail |
|---|
private NodePower(String moabLabel)
| Method Detail |
|---|
static NodePower parseNodePowerString(String string)
string
- the string to parse.
String toString()
NodePower valueOf(String name)
NodePower[] values()
Groovy Documentation