public enum EApplicationActionExecutionType extends java.lang.Enum<EApplicationActionExecutionType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
MANUAL
The 'Manual' literal object.
|
ON_FIRST_LOAD
The 'On First Load' literal object.
|
ON_LOAD
The 'On Load' literal object.
|
ON_UNLOAD
The 'On Unload' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MANUAL_VALUE
The 'Manual' literal value.
|
static int |
ON_FIRST_LOAD_VALUE
The 'On First Load' literal value.
|
static int |
ON_LOAD_VALUE
The 'On Load' literal value.
|
static int |
ON_UNLOAD_VALUE
The 'On Unload' literal value.
|
static java.util.List<EApplicationActionExecutionType> |
VALUES
A public read-only list of all the 'EApplication Action Execution
Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EApplicationActionExecutionType |
get(int value)
Returns the 'EApplication Action Execution Type' literal
with the specified integer value.
|
static EApplicationActionExecutionType |
get(java.lang.String literal)
Returns the 'EApplication Action Execution Type' literal
with the specified literal value.
|
static EApplicationActionExecutionType |
getByName(java.lang.String name)
Returns the 'EApplication Action Execution Type' 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 EApplicationActionExecutionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EApplicationActionExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EApplicationActionExecutionType MANUAL
MANUAL_VALUEpublic static final EApplicationActionExecutionType ON_LOAD
ON_LOAD_VALUEpublic static final EApplicationActionExecutionType ON_FIRST_LOAD
ON_FIRST_LOAD_VALUEpublic static final EApplicationActionExecutionType ON_UNLOAD
ON_UNLOAD_VALUEpublic static final int MANUAL_VALUE
MANUAL,
Constant Field Valuespublic static final int ON_LOAD_VALUE
ON_LOAD,
Constant Field Valuespublic static final int ON_FIRST_LOAD_VALUE
ON_FIRST_LOAD,
Constant Field Valuespublic static final int ON_UNLOAD_VALUE
ON_UNLOAD,
Constant Field Valuespublic static final java.util.List<EApplicationActionExecutionType> VALUES
public static EApplicationActionExecutionType[] values()
for (EApplicationActionExecutionType c : EApplicationActionExecutionType.values()) System.out.println(c);
public static EApplicationActionExecutionType 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 namejava.lang.NullPointerException - if the argument is nullpublic static EApplicationActionExecutionType get(java.lang.String literal)
literal - the literal.null.public static EApplicationActionExecutionType getByName(java.lang.String name)
name - the name.null.public static EApplicationActionExecutionType get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EApplicationActionExecutionType>Copyright © 2015 Micro Focus GmbH. All rights reserved.