public enum AclfMethod extends java.lang.Enum<AclfMethod> implements org.eclipse.emf.common.util.Enumerator
CoreAlgorithmPackage.getAclfMethod()| Enum Constant and Description |
|---|
CUSTOM
The 'Custom' literal object.
|
GS
The 'GS' literal object.
|
GS_STEP
The 'GS Step' literal object.
|
NR
The 'NR' literal object.
|
NR_STEP
The 'NR Step' literal object.
|
PQ
The 'PQ' literal object.
|
PQ_PSTEP
The 'PQ PStep' literal object.
|
PQ_QSTEP
The 'PQ QStep' literal object.
|
QA
The 'QA' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_VALUE
The 'Custom' literal value.
|
static int |
GS_STEP_VALUE
The 'GS Step' literal value.
|
static int |
GS_VALUE
The 'GS' literal value.
|
static int |
NR_STEP_VALUE
The 'NR Step' literal value.
|
static int |
NR_VALUE
The 'NR' literal value.
|
static int |
PQ_PSTEP_VALUE
The 'PQ PStep' literal value.
|
static int |
PQ_QSTEP_VALUE
The 'PQ QStep' literal value.
|
static int |
PQ_VALUE
The 'PQ' literal value.
|
static int |
QA_VALUE
The 'QA' literal value.
|
static java.util.List<AclfMethod> |
VALUES
A public read-only list of all the 'Aclf Method' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static AclfMethod |
get(int value)
Returns the 'Aclf Method' literal with the specified integer value.
|
static AclfMethod |
get(java.lang.String literal)
Returns the 'Aclf Method' literal with the specified literal value.
|
static AclfMethod |
getByName(java.lang.String name)
Returns the 'Aclf Method' 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 AclfMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclfMethod NR
NR_VALUEpublic static final AclfMethod PQ
PQ_VALUEpublic static final AclfMethod GS
GS_VALUEpublic static final AclfMethod NR_STEP
NR_STEP_VALUEpublic static final AclfMethod PQ_PSTEP
PQ_PSTEP_VALUEpublic static final AclfMethod PQ_QSTEP
PQ_QSTEP_VALUEpublic static final AclfMethod GS_STEP
GS_STEP_VALUEpublic static final AclfMethod CUSTOM
CUSTOM_VALUEpublic static final AclfMethod QA
QA_VALUEpublic static final int NR_VALUE
If the meaning of 'NR' literal object isn't clear, there really should be more of a description here...
NR,
Constant Field Valuespublic static final int PQ_VALUE
If the meaning of 'PQ' literal object isn't clear, there really should be more of a description here...
PQ,
Constant Field Valuespublic static final int GS_VALUE
If the meaning of 'GS' literal object isn't clear, there really should be more of a description here...
GS,
Constant Field Valuespublic static final int NR_STEP_VALUE
If the meaning of 'NR Step' literal object isn't clear, there really should be more of a description here...
NR_STEP,
Constant Field Valuespublic static final int PQ_PSTEP_VALUE
If the meaning of 'PQ PStep' literal object isn't clear, there really should be more of a description here...
PQ_PSTEP,
Constant Field Valuespublic static final int PQ_QSTEP_VALUE
If the meaning of 'PQ QStep' literal object isn't clear, there really should be more of a description here...
PQ_QSTEP,
Constant Field Valuespublic static final int GS_STEP_VALUE
If the meaning of 'GS Step' literal object isn't clear, there really should be more of a description here...
GS_STEP,
Constant Field Valuespublic static final int CUSTOM_VALUE
If the meaning of 'Custom' literal object isn't clear, there really should be more of a description here...
CUSTOM,
Constant Field Valuespublic static final int QA_VALUE
If the meaning of 'QA' literal object isn't clear, there really should be more of a description here...
QA,
Constant Field Valuespublic static final java.util.List<AclfMethod> VALUES
public static AclfMethod[] values()
for (AclfMethod c : AclfMethod.values()) System.out.println(c);
public static AclfMethod 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 AclfMethod get(java.lang.String literal)
literal - the literal.null.public static AclfMethod getByName(java.lang.String name)
name - the name.null.public static AclfMethod 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<AclfMethod>