public enum EParmFromTypes extends java.lang.Enum<EParmFromTypes> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEParmFromTypes()| Enum Constant and Description |
|---|
CONTEXT
The 'Context' literal object.
|
PREVIOUS_TOOL
The 'Previous Tool' literal object.
|
USER_INPUT
The 'User Input' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXT_VALUE
The 'Context' literal value.
|
static int |
PREVIOUS_TOOL_VALUE
The 'Previous Tool' literal value.
|
static int |
USER_INPUT_VALUE
The 'User Input' literal value.
|
static java.util.List<EParmFromTypes> |
VALUES
A public read-only list of all the 'EParm From Types'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EParmFromTypes |
get(int value)
Returns the 'EParm From Types' literal with the specified
integer value.
|
static EParmFromTypes |
get(java.lang.String literal)
Returns the 'EParm From Types' literal with the specified
literal value.
|
static EParmFromTypes |
getByName(java.lang.String name)
Returns the 'EParm From 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 EParmFromTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EParmFromTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EParmFromTypes CONTEXT
CONTEXT_VALUEpublic static final EParmFromTypes PREVIOUS_TOOL
PREVIOUS_TOOL_VALUEpublic static final EParmFromTypes USER_INPUT
USER_INPUT_VALUEpublic static final int CONTEXT_VALUE
CONTEXT,
Constant Field Valuespublic static final int PREVIOUS_TOOL_VALUE
PREVIOUS_TOOL,
Constant Field Valuespublic static final int USER_INPUT_VALUE
USER_INPUT,
Constant Field Valuespublic static final java.util.List<EParmFromTypes> VALUES
public static EParmFromTypes[] values()
for (EParmFromTypes c : EParmFromTypes.values()) System.out.println(c);
public static EParmFromTypes 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 EParmFromTypes get(java.lang.String literal)
literal - the literal.null.public static EParmFromTypes getByName(java.lang.String name)
name - the name.null.public static EParmFromTypes 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<EParmFromTypes>Copyright © 2015 Micro Focus GmbH. All rights reserved.