public enum TIER_TYPE extends Enum<TIER_TYPE> implements org.eclipse.emf.common.util.Enumerator
ExmaraldaBasicPackage.getTIER_TYPE()| Enum Constant and Description |
|---|
A
The 'A' literal object
|
D
The 'D' literal object
|
L
The 'L' literal object
|
T
The 'T' literal object
|
U
The 'U' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
A_VALUE
The 'A' literal value
|
static int |
D_VALUE
The 'D' literal value
|
static int |
L_VALUE
The 'L' literal value
|
static int |
T_VALUE
The 'T' literal value
|
static int |
U_VALUE
The 'U' literal value
|
static List<TIER_TYPE> |
VALUES
A public read-only list of all the 'TIER TYPE' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static TIER_TYPE |
get(int value)
Returns the 'TIER TYPE' literal with the specified integer value
|
static TIER_TYPE |
get(String literal)
Returns the 'TIER TYPE' literal with the specified literal value
|
static TIER_TYPE |
getByName(String name)
Returns the 'TIER TYPE' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static TIER_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final int T_VALUE
If the meaning of 'T' literal object isn't clear, there really should be more of a description here...
T,
Constant Field Valuespublic static final int D_VALUE
If the meaning of 'D' literal object isn't clear, there really should be more of a description here...
D,
Constant Field Valuespublic static final int A_VALUE
If the meaning of 'A' literal object isn't clear, there really should be more of a description here...
A,
Constant Field Valuespublic static final int L_VALUE
If the meaning of 'L' literal object isn't clear, there really should be more of a description here...
L,
Constant Field Valuespublic static final int U_VALUE
If the meaning of 'U' literal object isn't clear, there really should be more of a description here...
U,
Constant Field Valuespublic static TIER_TYPE[] values()
for (TIER_TYPE c : TIER_TYPE.values()) System.out.println(c);
public static TIER_TYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TIER_TYPE get(String literal)
public static TIER_TYPE getByName(String name)
public static TIER_TYPE get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.EnumeratorCopyright © 2020. All rights reserved.