Package | Description |
---|---|
com.interpss.core.aclf.hvdc | |
com.interpss.core.aclf.hvdc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<HvdcControlSide> |
HvdcControlSide.VALUES
A public read-only list of all the 'Hvdc Control Side' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static HvdcControlSide |
HvdcControlSide.get(int value)
Returns the 'Hvdc Control Side' literal with the specified integer value.
|
static HvdcControlSide |
HvdcControlSide.get(java.lang.String literal)
Returns the 'Hvdc Control Side' literal with the specified literal value.
|
static HvdcControlSide |
HvdcControlSide.getByName(java.lang.String name)
Returns the 'Hvdc Control Side' literal with the specified name.
|
HvdcControlSide |
HvdcLine2TLCC.getControlSide()
Returns the value of the 'Control Side' attribute.
|
static HvdcControlSide |
HvdcControlSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HvdcControlSide[] |
HvdcControlSide.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.setControlSide(HvdcControlSide value)
Sets the value of the '
Control Side ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static HvdcControlSide |
HvdcLine2TLCCImpl.CONTROL_SIDE_EDEFAULT
The default value of the '
Control Side ' attribute. |
protected HvdcControlSide |
HvdcLine2TLCCImpl.controlSide
The cached value of the '
Control Side ' attribute. |
Modifier and Type | Method and Description |
---|---|
HvdcControlSide |
HvdcLineFactoryImpl.createHvdcControlSideFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
HvdcControlSide |
HvdcLine2TLCCImpl.getControlSide() |
Modifier and Type | Method and Description |
---|---|
void |
HvdcLine2TLCCImpl.setControlSide(HvdcControlSide newControlSide) |