| Package | Description |
|---|---|
| com.interpss.core.aclf.hvdc | |
| com.interpss.core.aclf.hvdc.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ConverterDcControlMode> |
ConverterDcControlMode.VALUES
A public read-only list of all the 'Converter Dc Control Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConverterDcControlMode |
ConverterDcControlMode.get(int value)
Returns the 'Converter Dc Control Mode' literal with the specified integer value.
|
static ConverterDcControlMode |
ConverterDcControlMode.get(java.lang.String literal)
Returns the 'Converter Dc Control Mode' literal with the specified literal value.
|
static ConverterDcControlMode |
ConverterDcControlMode.getByName(java.lang.String name)
Returns the 'Converter Dc Control Mode' literal with the specified name.
|
ConverterDcControlMode |
BaseVSCConverter.getDcControlMode()
Returns the value of the 'Dc Control Mode' attribute.
|
static ConverterDcControlMode |
ConverterDcControlMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConverterDcControlMode[] |
ConverterDcControlMode.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.setDcControlMode(ConverterDcControlMode value)
Sets the value of the '
Dc Control Mode' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ConverterDcControlMode |
HvdcLineFactoryImpl.createConverterDcControlModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ConverterDcControlMode |
BaseVSCConverterImpl.getDcControlMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseVSCConverterImpl.setDcControlMode(ConverterDcControlMode newDcControlMode) |