Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.hvdc | |
com.interpss.core.aclf.hvdc.impl |
Modifier and Type | Method and Description |
---|---|
static HvdcLine2TLCC<BaseAclfBus<?,?>> |
HvdcObjectFactory.createHvdcLine2TLCC(HvdcOperationMode optMode,
java.lang.String dcLineId,
java.lang.String fromBusId,
java.lang.String toBusId)
Create an generic HvdcLine2TLCC object with rectifier(s) and inverter(2) defined.
|
Modifier and Type | Field and Description |
---|---|
static java.util.List<HvdcOperationMode> |
HvdcOperationMode.VALUES
A public read-only list of all the 'Hvdc Operation Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static HvdcOperationMode |
HvdcOperationMode.get(int value)
Returns the 'Hvdc Operation Mode' literal with the specified integer value.
|
static HvdcOperationMode |
HvdcOperationMode.get(java.lang.String literal)
Returns the 'Hvdc Operation Mode' literal with the specified literal value.
|
static HvdcOperationMode |
HvdcOperationMode.getByName(java.lang.String name)
Returns the 'Hvdc Operation Mode' literal with the specified name.
|
HvdcOperationMode |
HvdcLine2TLCC.getOperationMode()
Returns the value of the 'Operation Mode' attribute.
|
static HvdcOperationMode |
HvdcOperationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HvdcOperationMode[] |
HvdcOperationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HvdcLine2TLCC.setOperationMode(HvdcOperationMode value)
Sets the value of the '
Operation Mode ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static HvdcOperationMode |
HvdcLine2TLCCImpl.OPERATION_MODE_EDEFAULT
The default value of the '
Operation Mode ' attribute. |
protected HvdcOperationMode |
HvdcLine2TLCCImpl.operationMode
The cached value of the '
Operation Mode ' attribute. |
Modifier and Type | Method and Description |
---|---|
HvdcOperationMode |
HvdcLineFactoryImpl.createHvdcOperationModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
HvdcOperationMode |
HvdcLine2TLCCImpl.getOperationMode() |
Modifier and Type | Method and Description |
---|---|
void |
HvdcLine2TLCCImpl.setOperationMode(HvdcOperationMode newOperationMode) |