public enum ContingencyAnalysisType extends java.lang.Enum<ContingencyAnalysisType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
N1
The 'N1' literal object.
|
N11
The 'N11' literal object.
|
N2
The 'N2' literal object.
|
USER_DEFINED
The 'User Defined' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
N1_VALUE
The 'N1' literal value.
|
static int |
N11_VALUE
The 'N11' literal value.
|
static int |
N2_VALUE
The 'N2' literal value.
|
static int |
USER_DEFINED_VALUE
The 'User Defined' literal value.
|
static java.util.List<ContingencyAnalysisType> |
VALUES
A public read-only list of all the 'Contingency Analysis Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ContingencyAnalysisType |
get(int value)
Returns the 'Contingency Analysis Type' literal with the specified integer value.
|
static ContingencyAnalysisType |
get(java.lang.String literal)
Returns the 'Contingency Analysis Type' literal with the specified literal value.
|
static ContingencyAnalysisType |
getByName(java.lang.String name)
Returns the 'Contingency Analysis Type' 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 ContingencyAnalysisType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContingencyAnalysisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContingencyAnalysisType N1
N1_VALUEpublic static final ContingencyAnalysisType N11
N11_VALUEpublic static final ContingencyAnalysisType N2
N2_VALUEpublic static final ContingencyAnalysisType USER_DEFINED
USER_DEFINED_VALUEpublic static final int N1_VALUE
If the meaning of 'N1' literal object isn't clear, there really should be more of a description here...
N1,
Constant Field Valuespublic static final int N11_VALUE
If the meaning of 'N11' literal object isn't clear, there really should be more of a description here...
N11,
Constant Field Valuespublic static final int N2_VALUE
If the meaning of 'N2' literal object isn't clear, there really should be more of a description here...
N2,
Constant Field Valuespublic static final int USER_DEFINED_VALUE
If the meaning of 'User Defined' literal object isn't clear, there really should be more of a description here...
USER_DEFINED,
Constant Field Valuespublic static final java.util.List<ContingencyAnalysisType> VALUES
public static ContingencyAnalysisType[] values()
for (ContingencyAnalysisType c : ContingencyAnalysisType.values()) System.out.println(c);
public static ContingencyAnalysisType 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 ContingencyAnalysisType get(java.lang.String literal)
literal - the literal.null.public static ContingencyAnalysisType getByName(java.lang.String name)
name - the name.null.public static ContingencyAnalysisType 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<ContingencyAnalysisType>