public enum AclfLoadCode extends java.lang.Enum<AclfLoadCode> implements org.eclipse.emf.common.util.Enumerator
AclfPackage.getAclfLoadCode()| Enum Constant and Description |
|---|
CONST_I
The 'Const I' literal object.
|
CONST_P
The 'Const P' literal object.
|
CONST_Z
The 'Const Z' literal object.
|
EXPONENTIAL
The 'Exponential' literal object.
|
LOAD_PV
The 'Load PV' literal object.
|
NON_LOAD
The 'Non Load' literal object.
|
ZIP
The 'ZIP' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_I_VALUE
The 'Const I' literal value.
|
static int |
CONST_P_VALUE
The 'Const P' literal value.
|
static int |
CONST_Z_VALUE
The 'Const Z' literal value.
|
static int |
EXPONENTIAL_VALUE
The 'Exponential' literal value.
|
static int |
LOAD_PV_VALUE
The 'Load PV' literal value.
|
static int |
NON_LOAD_VALUE
The 'Non Load' literal value.
|
static java.util.List<AclfLoadCode> |
VALUES
A public read-only list of all the 'Load Code' enumerators.
|
static int |
ZIP_VALUE
The 'ZIP' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static AclfLoadCode |
get(int value)
Returns the 'Load Code' literal with the specified integer value.
|
static AclfLoadCode |
get(java.lang.String literal)
Returns the 'Load Code' literal with the specified literal value.
|
static AclfLoadCode |
getByName(java.lang.String name)
Returns the 'Load 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 AclfLoadCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfLoadCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclfLoadCode CONST_P
CONST_P_VALUEpublic static final AclfLoadCode CONST_I
CONST_I_VALUEpublic static final AclfLoadCode CONST_Z
CONST_Z_VALUEpublic static final AclfLoadCode NON_LOAD
NON_LOAD_VALUEpublic static final AclfLoadCode EXPONENTIAL
EXPONENTIAL_VALUEpublic static final AclfLoadCode ZIP
ZIP_VALUEpublic static final AclfLoadCode LOAD_PV
LOAD_PV_VALUEpublic static final int CONST_P_VALUE
If the meaning of 'Const P' literal object isn't clear, there really should be more of a description here...
CONST_P,
Constant Field Valuespublic static final int CONST_I_VALUE
If the meaning of 'Const I' literal object isn't clear, there really should be more of a description here...
CONST_I,
Constant Field Valuespublic static final int CONST_Z_VALUE
If the meaning of 'Const Z' literal object isn't clear, there really should be more of a description here...
CONST_Z,
Constant Field Valuespublic static final int NON_LOAD_VALUE
If the meaning of 'Non Load' literal object isn't clear, there really should be more of a description here...
NON_LOAD,
Constant Field Valuespublic static final int EXPONENTIAL_VALUE
If the meaning of 'Exponential' literal object isn't clear, there really should be more of a description here...
EXPONENTIAL,
Constant Field Valuespublic static final int ZIP_VALUE
If the meaning of 'ZIP' literal object isn't clear, there really should be more of a description here...
ZIP,
Constant Field Valuespublic static final int LOAD_PV_VALUE
LOAD_PV,
Constant Field Valuespublic static final java.util.List<AclfLoadCode> VALUES
public static AclfLoadCode[] values()
for (AclfLoadCode c : AclfLoadCode.values()) System.out.println(c);
public static AclfLoadCode 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 AclfLoadCode get(java.lang.String literal)
literal - the literal.null.public static AclfLoadCode getByName(java.lang.String name)
name - the name.null.public static AclfLoadCode 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<AclfLoadCode>