| Package | Description |
|---|---|
| com.interpss.core.aclf.hvdc | |
| com.interpss.core.aclf.hvdc.impl |
| 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 |
HvdcLine2TCCC.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 |
HvdcLine2TCCC.setOperationMode(HvdcOperationMode value)
Sets the 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 |
HvdcLine2TCCCImpl.getOperationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
HvdcLine2TCCCImpl.setOperationMode(HvdcOperationMode newOperationMode) |