|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Types.VmApplianceOperation>
com.xensource.xenapi.Types.VmApplianceOperation
public static enum Types.VmApplianceOperation
Enum Constant Summary | |
---|---|
CLEAN_SHUTDOWN
Clean shutdown |
|
HARD_SHUTDOWN
Hard shutdown |
|
SHUTDOWN
Shutdown |
|
START
Start |
|
UNRECOGNIZED
The value does not belong to this enumeration |
Method Summary | |
---|---|
String |
toString()
|
static Types.VmApplianceOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Types.VmApplianceOperation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Types.VmApplianceOperation UNRECOGNIZED
public static final Types.VmApplianceOperation START
public static final Types.VmApplianceOperation CLEAN_SHUTDOWN
public static final Types.VmApplianceOperation HARD_SHUTDOWN
public static final Types.VmApplianceOperation SHUTDOWN
Method Detail |
---|
public static Types.VmApplianceOperation[] values()
for (Types.VmApplianceOperation c : Types.VmApplianceOperation.values()) System.out.println(c);
public static Types.VmApplianceOperation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Types.VmApplianceOperation>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |