public enum BusGenChangeType extends java.lang.Enum<BusGenChangeType> implements org.eclipse.emf.common.util.Enumerator
MCaseModifyPackage.getBusGenChangeType()| Enum Constant and Description |
|---|
NO_ACTION
The 'No Action' literal object.
|
OUTAGE
The 'Outage' literal object.
|
OUTPUT
The 'Output' literal object.
|
VOLTAGE
The 'Voltage' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_ACTION_VALUE
The 'No Action' literal value.
|
static int |
OUTAGE_VALUE
The 'Outage' literal value.
|
static int |
OUTPUT_VALUE
The 'Output' literal value.
|
static java.util.List<BusGenChangeType> |
VALUES
A public read-only list of all the 'Bus Gen Change Type' enumerators.
|
static int |
VOLTAGE_VALUE
The 'Voltage' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static BusGenChangeType |
get(int value)
Returns the 'Bus Gen Change Type' literal with the specified integer value.
|
static BusGenChangeType |
get(java.lang.String literal)
Returns the 'Bus Gen Change Type' literal with the specified literal value.
|
static BusGenChangeType |
getByName(java.lang.String name)
Returns the 'Bus Gen 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 BusGenChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusGenChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusGenChangeType NO_ACTION
NO_ACTION_VALUEpublic static final BusGenChangeType OUTAGE
OUTAGE_VALUEpublic static final BusGenChangeType OUTPUT
OUTPUT_VALUEpublic static final BusGenChangeType VOLTAGE
VOLTAGE_VALUEpublic static final int NO_ACTION_VALUE
If the meaning of 'No Action' literal object isn't clear, there really should be more of a description here...
NO_ACTION,
Constant Field Valuespublic static final int OUTAGE_VALUE
If the meaning of 'Outage' literal object isn't clear, there really should be more of a description here...
OUTAGE,
Constant Field Valuespublic static final int OUTPUT_VALUE
If the meaning of 'Output' literal object isn't clear, there really should be more of a description here...
OUTPUT,
Constant Field Valuespublic static final int VOLTAGE_VALUE
If the meaning of 'Voltage' literal object isn't clear, there really should be more of a description here...
VOLTAGE,
Constant Field Valuespublic static final java.util.List<BusGenChangeType> VALUES
public static BusGenChangeType[] values()
for (BusGenChangeType c : BusGenChangeType.values()) System.out.println(c);
public static BusGenChangeType 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 BusGenChangeType get(java.lang.String literal)
literal - the literal.null.public static BusGenChangeType getByName(java.lang.String name)
name - the name.null.public static BusGenChangeType 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<BusGenChangeType>