public enum BranchRatingChangeType extends java.lang.Enum<BranchRatingChangeType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AMPS_RATING
The 'Amps Rating' literal object.
|
MVA_RATING1
The 'Mva Rating1' literal object.
|
MVA_RATING2
The 'Mva Rating2' literal object.
|
MVA_RATING3
The 'Mva Rating3' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AMPS_RATING_VALUE
The 'Amps Rating' literal value.
|
static int |
MVA_RATING1_VALUE
The 'Mva Rating1' literal value.
|
static int |
MVA_RATING2_VALUE
The 'Mva Rating2' literal value.
|
static int |
MVA_RATING3_VALUE
The 'Mva Rating3' literal value.
|
static java.util.List<BranchRatingChangeType> |
VALUES
A public read-only list of all the 'Branch Rating Change Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BranchRatingChangeType |
get(int value)
Returns the 'Branch Rating Change Type' literal with the specified integer value.
|
static BranchRatingChangeType |
get(java.lang.String literal)
Returns the 'Branch Rating Change Type' literal with the specified literal value.
|
static BranchRatingChangeType |
getByName(java.lang.String name)
Returns the 'Branch Rating Change 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 BranchRatingChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchRatingChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BranchRatingChangeType MVA_RATING1
MVA_RATING1_VALUEpublic static final BranchRatingChangeType MVA_RATING2
MVA_RATING2_VALUEpublic static final BranchRatingChangeType MVA_RATING3
MVA_RATING3_VALUEpublic static final BranchRatingChangeType AMPS_RATING
AMPS_RATING_VALUEpublic static final int MVA_RATING1_VALUE
If the meaning of 'Mva Rating1' literal object isn't clear, there really should be more of a description here...
MVA_RATING1,
Constant Field Valuespublic static final int MVA_RATING2_VALUE
If the meaning of 'Mva Rating2' literal object isn't clear, there really should be more of a description here...
MVA_RATING2,
Constant Field Valuespublic static final int MVA_RATING3_VALUE
If the meaning of 'Mva Rating3' literal object isn't clear, there really should be more of a description here...
MVA_RATING3,
Constant Field Valuespublic static final int AMPS_RATING_VALUE
If the meaning of 'Amps Rating' literal object isn't clear, there really should be more of a description here...
AMPS_RATING,
Constant Field Valuespublic static final java.util.List<BranchRatingChangeType> VALUES
public static BranchRatingChangeType[] values()
for (BranchRatingChangeType c : BranchRatingChangeType.values()) System.out.println(c);
public static BranchRatingChangeType 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 BranchRatingChangeType get(java.lang.String literal)
literal - the literal.null.public static BranchRatingChangeType getByName(java.lang.String name)
name - the name.null.public static BranchRatingChangeType 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<BranchRatingChangeType>