public enum VSCAcControlMode extends java.lang.Enum<VSCAcControlMode> implements org.eclipse.emf.common.util.Enumerator
HvdcLinePackage.getVSCAcControlMode()| Enum Constant and Description |
|---|
AC_FREQ
The 'Ac Freq' literal object.
|
AC_POWER_FACTOR
The 'Ac Power Factor' literal object.
|
AC_REACTIVE_POWER
The 'Ac Reactive Power' literal object.
|
AC_VOLTAGE
The 'Ac Voltage' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AC_FREQ_VALUE
The 'Ac Freq' literal value.
|
static int |
AC_POWER_FACTOR_VALUE
The 'Ac Power Factor' literal value.
|
static int |
AC_REACTIVE_POWER_VALUE
The 'Ac Reactive Power' literal value.
|
static int |
AC_VOLTAGE_VALUE
The 'Ac Voltage' literal value.
|
static java.util.List<VSCAcControlMode> |
VALUES
A public read-only list of all the 'VSC Ac Control Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static VSCAcControlMode |
get(int value)
Returns the 'VSC Ac Control Mode' literal with the specified integer value.
|
static VSCAcControlMode |
get(java.lang.String literal)
Returns the 'VSC Ac Control Mode' literal with the specified literal value.
|
static VSCAcControlMode |
getByName(java.lang.String name)
Returns the 'VSC Ac Control 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 VSCAcControlMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VSCAcControlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VSCAcControlMode AC_VOLTAGE
AC_VOLTAGE_VALUEpublic static final VSCAcControlMode AC_REACTIVE_POWER
AC_REACTIVE_POWER_VALUEpublic static final VSCAcControlMode AC_FREQ
AC_FREQ_VALUEpublic static final VSCAcControlMode AC_POWER_FACTOR
AC_POWER_FACTOR_VALUEpublic static final int AC_VOLTAGE_VALUE
If the meaning of 'Ac Voltage' literal object isn't clear, there really should be more of a description here...
AC_VOLTAGE,
Constant Field Valuespublic static final int AC_REACTIVE_POWER_VALUE
If the meaning of 'Ac Reactive Power' literal object isn't clear, there really should be more of a description here...
AC_REACTIVE_POWER,
Constant Field Valuespublic static final int AC_FREQ_VALUE
If the meaning of 'Ac Freq' literal object isn't clear, there really should be more of a description here...
AC_FREQ,
Constant Field Valuespublic static final int AC_POWER_FACTOR_VALUE
If the meaning of 'Ac Power Factor' literal object isn't clear, there really should be more of a description here...
AC_POWER_FACTOR,
Constant Field Valuespublic static final java.util.List<VSCAcControlMode> VALUES
public static VSCAcControlMode[] values()
for (VSCAcControlMode c : VSCAcControlMode.values()) System.out.println(c);
public static VSCAcControlMode 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 VSCAcControlMode get(java.lang.String literal)
literal - the literal.null.public static VSCAcControlMode getByName(java.lang.String name)
name - the name.null.public static VSCAcControlMode 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<VSCAcControlMode>