Package | Description |
---|---|
com.interpss.core.aclf.hvdc | |
com.interpss.core.aclf.hvdc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<VSCAcControlMode> |
VSCAcControlMode.VALUES
A public read-only list of all the 'VSC Ac Control Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static VSCAcControlMode |
VSCAcControlMode.get(int value)
Returns the 'VSC Ac Control Mode' literal with the specified integer value.
|
static VSCAcControlMode |
VSCAcControlMode.get(java.lang.String literal)
Returns the 'VSC Ac Control Mode' literal with the specified literal value.
|
VSCAcControlMode |
VSCConverter.getAcControlMode()
Returns the value of the 'Ac Control Mode' attribute.
|
static VSCAcControlMode |
VSCAcControlMode.getByName(java.lang.String name)
Returns the 'VSC Ac Control Mode' literal with the specified name.
|
static VSCAcControlMode |
VSCAcControlMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VSCAcControlMode[] |
VSCAcControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VSCConverter.setAcControlMode(VSCAcControlMode value)
Sets the value of the '
Ac Control Mode ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static VSCAcControlMode |
VSCConverterImpl.AC_CONTROL_MODE_EDEFAULT
The default value of the '
Ac Control Mode ' attribute. |
protected VSCAcControlMode |
VSCConverterImpl.acControlMode
The cached value of the '
Ac Control Mode ' attribute. |
Modifier and Type | Method and Description |
---|---|
VSCAcControlMode |
HvdcLineFactoryImpl.createVSCAcControlModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
VSCAcControlMode |
VSCConverterImpl.getAcControlMode() |
Modifier and Type | Method and Description |
---|---|
void |
VSCConverterImpl.setAcControlMode(VSCAcControlMode newAcControlMode) |