Package | Description |
---|---|
com.interpss.core.aclf.hvdc | |
com.interpss.core.aclf.hvdc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<HvdcControlMode> |
HvdcControlMode.VALUES
A public read-only list of all the 'Hvdc Control Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static HvdcControlMode |
HvdcControlMode.get(int value)
Returns the 'Hvdc Control Mode' literal with the specified integer value.
|
static HvdcControlMode |
HvdcControlMode.get(java.lang.String literal)
Returns the 'Hvdc Control Mode' literal with the specified literal value.
|
static HvdcControlMode |
HvdcControlMode.getByName(java.lang.String name)
Returns the 'Hvdc Control Mode' literal with the specified name.
|
HvdcControlMode |
VSCConverter.getDcControlMode()
Returns the value of the 'Dc Control Mode' attribute.
|
HvdcControlMode |
HvdcLine2TLCC.getDcLineControlMode()
Returns the value of the 'Dc Line Control Mode' attribute.
|
HvdcControlMode |
HvdcLine2TLCC.getInverterControlMode()
Returns the value of the 'Inverter Control Mode' attribute.
|
HvdcControlMode |
HvdcLine2TLCC.getRectifierControlMode()
Returns the value of the 'Rectifier Control Mode' attribute.
|
static HvdcControlMode |
HvdcControlMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HvdcControlMode[] |
HvdcControlMode.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.setDcControlMode(HvdcControlMode value)
Sets the value of the '
Dc Control Mode ' attribute. |
void |
HvdcLine2TLCC.setDcLineControlMode(HvdcControlMode value)
Sets the value of the '
Dc Line Control Mode ' attribute. |
void |
HvdcLine2TLCC.setInverterControlMode(HvdcControlMode value)
Sets the value of the '
Inverter Control Mode ' attribute. |
void |
HvdcLine2TLCC.setRectifierControlMode(HvdcControlMode value)
Sets the value of the '
Rectifier Control Mode ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static HvdcControlMode |
VSCConverterImpl.DC_CONTROL_MODE_EDEFAULT
The default value of the '
Dc Control Mode ' attribute. |
protected static HvdcControlMode |
HvdcLine2TLCCImpl.DC_LINE_CONTROL_MODE_EDEFAULT
The default value of the '
Dc Line Control Mode ' attribute. |
protected HvdcControlMode |
VSCConverterImpl.dcControlMode
The cached value of the '
Dc Control Mode ' attribute. |
protected HvdcControlMode |
HvdcLine2TLCCImpl.dcLineControlMode
The cached value of the '
Dc Line Control Mode ' attribute. |
protected static HvdcControlMode |
HvdcLine2TLCCImpl.INVERTER_CONTROL_MODE_EDEFAULT
The default value of the '
Inverter Control Mode ' attribute. |
protected HvdcControlMode |
HvdcLine2TLCCImpl.inverterControlMode
The cached value of the '
Inverter Control Mode ' attribute. |
protected static HvdcControlMode |
HvdcLine2TLCCImpl.RECTIFIER_CONTROL_MODE_EDEFAULT
The default value of the '
Rectifier Control Mode ' attribute. |
protected HvdcControlMode |
HvdcLine2TLCCImpl.rectifierControlMode
The cached value of the '
Rectifier Control Mode ' attribute. |
Modifier and Type | Method and Description |
---|---|
HvdcControlMode |
HvdcLineFactoryImpl.createHvdcControlModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
HvdcControlMode |
VSCConverterImpl.getDcControlMode() |
HvdcControlMode |
HvdcLine2TLCCImpl.getDcLineControlMode() |
HvdcControlMode |
HvdcLine2TLCCImpl.getInverterControlMode() |
HvdcControlMode |
HvdcLine2TLCCImpl.getRectifierControlMode() |
Modifier and Type | Method and Description |
---|---|
void |
VSCConverterImpl.setDcControlMode(HvdcControlMode newDcControlMode) |
void |
HvdcLine2TLCCImpl.setDcLineControlMode(HvdcControlMode newDcLineControlMode) |
void |
HvdcLine2TLCCImpl.setInverterControlMode(HvdcControlMode newInverterControlMode) |
void |
HvdcLine2TLCCImpl.setRectifierControlMode(HvdcControlMode mode) |