| 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 |
HvdcLine2TCCC.getControlMode()
Returns the value of the '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 |
HvdcLine2TCCC.setControlMode(HvdcControlMode value)
Sets the value of the '
Control Mode' attribute. |
| Modifier and Type | Method and Description |
|---|---|
HvdcControlMode |
HvdcLineFactoryImpl.createHvdcControlModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
HvdcControlMode |
HvdcLine2TCCCImpl.getControlMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
HvdcLine2TCCCImpl.setControlMode(HvdcControlMode newControlMode) |