public enum AclfGenCode extends java.lang.Enum<AclfGenCode> implements org.eclipse.emf.common.util.Enumerator
AclfPackage.getAclfGenCode()
Enum Constant and Description |
---|
GEN_PQ
The 'Gen PQ' literal object.
|
GEN_PV
The 'Gen PV' literal object.
|
NON_GEN
The 'Non Gen' literal object.
|
SWING
The 'Swing' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
GEN_PQ_VALUE
The 'Gen PQ' literal value.
|
static int |
GEN_PV_VALUE
The 'Gen PV' literal value.
|
static int |
NON_GEN_VALUE
The 'Non Gen' literal value.
|
static int |
SWING_VALUE
The 'Swing' literal value.
|
static java.util.List<AclfGenCode> |
VALUES
A public read-only list of all the 'Gen Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AclfGenCode |
get(int value)
Returns the 'Gen Code' literal with the specified integer value.
|
static AclfGenCode |
get(java.lang.String literal)
Returns the 'Gen Code' literal with the specified literal value.
|
static AclfGenCode |
getByName(java.lang.String name)
Returns the 'Gen Code' 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 AclfGenCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfGenCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclfGenCode SWING
SWING_VALUE
public static final AclfGenCode GEN_PV
GEN_PV_VALUE
public static final AclfGenCode GEN_PQ
GEN_PQ_VALUE
public static final AclfGenCode NON_GEN
NON_GEN_VALUE
public static final int SWING_VALUE
If the meaning of 'Swing' literal object isn't clear, there really should be more of a description here...
SWING
,
Constant Field Valuespublic static final int GEN_PV_VALUE
If the meaning of 'Gen PV' literal object isn't clear, there really should be more of a description here...
GEN_PV
,
Constant Field Valuespublic static final int GEN_PQ_VALUE
If the meaning of 'Gen PQ' literal object isn't clear, there really should be more of a description here...
GEN_PQ
,
Constant Field Valuespublic static final int NON_GEN_VALUE
If the meaning of 'Non Gen' literal object isn't clear, there really should be more of a description here...
NON_GEN
,
Constant Field Valuespublic static final java.util.List<AclfGenCode> VALUES
public static AclfGenCode[] values()
for (AclfGenCode c : AclfGenCode.values()) System.out.println(c);
public static AclfGenCode 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 AclfGenCode get(java.lang.String literal)
literal
- the literal.null
.public static AclfGenCode getByName(java.lang.String name)
name
- the name.null
.public static AclfGenCode get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<AclfGenCode>