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