|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StartActionTypes>
org.dmtf.schemas.ovf.envelope.StartActionTypes
public enum StartActionTypes
A representation of the literals of the enumeration 'Start Action Types', and utility methods for working with them.
EnvelopePackage.getStartActionTypes()
Enum Constant Summary | |
---|---|
NONE_TYPE
The 'None Type' literal object. |
|
POWER_ON_TYPE
The 'Power On Type' literal object. |
Field Summary | |
---|---|
static int |
NONE_TYPE_VALUE
The 'None Type' literal value. |
static int |
POWER_ON_TYPE_VALUE
The 'Power On Type' literal value. |
static java.util.List<StartActionTypes> |
VALUES
A public read-only list of all the 'Start Action Types' enumerators. |
Method Summary | |
---|---|
static StartActionTypes |
get(int value)
Returns the 'Start Action Types' literal with the specified integer value. |
static StartActionTypes |
get(java.lang.String literal)
Returns the 'Start Action Types' literal with the specified literal value. |
static StartActionTypes |
getByName(java.lang.String name)
Returns the 'Start 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 StartActionTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StartActionTypes[] |
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 StartActionTypes POWER_ON_TYPE
POWER_ON_TYPE_VALUE
public static final StartActionTypes NONE_TYPE
NONE_TYPE_VALUE
Field Detail |
---|
public static final int POWER_ON_TYPE_VALUE
If the meaning of 'Power On Type' literal object isn't clear, there really should be more of a description here...
POWER_ON_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<StartActionTypes> VALUES
Method Detail |
---|
public static final StartActionTypes[] values()
for(StartActionTypes c : StartActionTypes.values()) System.out.println(c);
public static StartActionTypes 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 StartActionTypes get(java.lang.String literal)
public static StartActionTypes getByName(java.lang.String name)
public static StartActionTypes 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<StartActionTypes>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |