|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StopActionTypes>
org.dmtf.schemas.ovf.envelope.StopActionTypes
public enum StopActionTypes
A representation of the literals of the enumeration 'Stop Action Types', and utility methods for working with them.
EnvelopePackage.getStopActionTypes()
Enum Constant Summary | |
---|---|
GUEST_SHUTDOWN_TYPE
The 'Guest Shutdown Type' literal object. |
|
NONE_TYPE
The 'None Type' literal object. |
|
POWER_OFF_TYPE
The 'Power Off Type' literal object. |
Field Summary | |
---|---|
static int |
GUEST_SHUTDOWN_TYPE_VALUE
The 'Guest Shutdown Type' literal value. |
static int |
NONE_TYPE_VALUE
The 'None Type' literal value. |
static int |
POWER_OFF_TYPE_VALUE
The 'Power Off Type' literal value. |
static java.util.List<StopActionTypes> |
VALUES
A public read-only list of all the 'Stop Action Types' enumerators. |
Method Summary | |
---|---|
static StopActionTypes |
get(int value)
Returns the 'Stop Action Types' literal with the specified integer value. |
static StopActionTypes |
get(java.lang.String literal)
Returns the 'Stop Action Types' literal with the specified literal value. |
static StopActionTypes |
getByName(java.lang.String name)
Returns the 'Stop Action Types' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static StopActionTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StopActionTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StopActionTypes POWER_OFF_TYPE
POWER_OFF_TYPE_VALUE
public static final StopActionTypes GUEST_SHUTDOWN_TYPE
GUEST_SHUTDOWN_TYPE_VALUE
public static final StopActionTypes NONE_TYPE
NONE_TYPE_VALUE
Field Detail |
---|
public static final int POWER_OFF_TYPE_VALUE
If the meaning of 'Power Off Type' literal object isn't clear, there really should be more of a description here...
POWER_OFF_TYPE
,
Constant Field Valuespublic static final int GUEST_SHUTDOWN_TYPE_VALUE
If the meaning of 'Guest Shutdown Type' literal object isn't clear, there really should be more of a description here...
GUEST_SHUTDOWN_TYPE
,
Constant Field Valuespublic static final int NONE_TYPE_VALUE
If the meaning of 'None Type' literal object isn't clear, there really should be more of a description here...
NONE_TYPE
,
Constant Field Valuespublic static final java.util.List<StopActionTypes> VALUES
Method Detail |
---|
public static final StopActionTypes[] values()
for(StopActionTypes c : StopActionTypes.values()) System.out.println(c);
public static StopActionTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static StopActionTypes get(java.lang.String literal)
public static StopActionTypes getByName(java.lang.String name)
public static StopActionTypes get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<StopActionTypes>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |