public enum OpfGenOperatingMode extends java.lang.Enum<OpfGenOperatingMode> implements org.eclipse.emf.common.util.Enumerator
OpfPackage.getOpfGenOperatingMode()| Enum Constant and Description |
|---|
PQ_GENERATOR
The 'PQ Generator' literal object.
|
PUMPING
The 'Pumping' literal object.
|
PV_GENERATOR
The 'PV Generator' literal object.
|
SYCHRONOUS_COMPENSATOR
The 'Sychronous Compensator' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
PQ_GENERATOR_VALUE
The 'PQ Generator' literal value.
|
static int |
PUMPING_VALUE
The 'Pumping' literal value.
|
static int |
PV_GENERATOR_VALUE
The 'PV Generator' literal value.
|
static int |
SYCHRONOUS_COMPENSATOR_VALUE
The 'Sychronous Compensator' literal value.
|
static java.util.List<OpfGenOperatingMode> |
VALUES
A public read-only list of all the 'Gen Operating Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static OpfGenOperatingMode |
get(int value)
Returns the 'Gen Operating Mode' literal with the specified integer value.
|
static OpfGenOperatingMode |
get(java.lang.String literal)
Returns the 'Gen Operating Mode' literal with the specified literal value.
|
static OpfGenOperatingMode |
getByName(java.lang.String name)
Returns the 'Gen Operating Mode' 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 OpfGenOperatingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpfGenOperatingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpfGenOperatingMode PV_GENERATOR
PV_GENERATOR_VALUEpublic static final OpfGenOperatingMode PQ_GENERATOR
PQ_GENERATOR_VALUEpublic static final OpfGenOperatingMode PUMPING
PUMPING_VALUEpublic static final OpfGenOperatingMode SYCHRONOUS_COMPENSATOR
SYCHRONOUS_COMPENSATOR_VALUEpublic static final int PV_GENERATOR_VALUE
If the meaning of 'PV Generator' literal object isn't clear, there really should be more of a description here...
PV_GENERATOR,
Constant Field Valuespublic static final int PQ_GENERATOR_VALUE
If the meaning of 'PQ Generator' literal object isn't clear, there really should be more of a description here...
PQ_GENERATOR,
Constant Field Valuespublic static final int PUMPING_VALUE
If the meaning of 'Pumping' literal object isn't clear, there really should be more of a description here...
PUMPING,
Constant Field Valuespublic static final int SYCHRONOUS_COMPENSATOR_VALUE
If the meaning of 'Sychronous Compensator' literal object isn't clear, there really should be more of a description here...
SYCHRONOUS_COMPENSATOR,
Constant Field Valuespublic static final java.util.List<OpfGenOperatingMode> VALUES
public static OpfGenOperatingMode[] values()
for (OpfGenOperatingMode c : OpfGenOperatingMode.values()) System.out.println(c);
public static OpfGenOperatingMode 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 OpfGenOperatingMode get(java.lang.String literal)
literal - the literal.null.public static OpfGenOperatingMode getByName(java.lang.String name)
name - the name.null.public static OpfGenOperatingMode 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<OpfGenOperatingMode>