| Package | Description |
|---|---|
| com.interpss.core.acsc | |
| com.interpss.core.acsc.impl | |
| com.interpss.dist | |
| com.interpss.dist.adpter | |
| com.interpss.dist.adpter.impl | |
| com.interpss.dist.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<XFormerConnectCode> |
XFormerConnectCode.VALUES
A public read-only list of all the 'XFormer Connect Code' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static XFormerConnectCode |
XFormerConnectCode.get(int value)
Returns the 'XFormer Connect Code' literal with the specified integer value.
|
static XFormerConnectCode |
XFormerConnectCode.get(java.lang.String literal)
Returns the 'XFormer Connect Code' literal with the specified literal value.
|
static XFormerConnectCode |
XFormerConnectCode.getByName(java.lang.String name)
Returns the 'XFormer Connect Code' literal with the specified name.
|
static XFormerConnectCode |
XFormerConnectCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XFormerConnectCode[] |
XFormerConnectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XFormerConnectCode |
AcscFactoryImpl.createXFormerConnectCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
XFormerConnectCode |
DistBranch.getPrimaryConnect()
Returns the value of the 'Primary Connect' attribute.
|
XFormerConnectCode |
DistBranch.getSecondaryConnect()
Returns the value of the 'Secondary Connect' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistBranch.setPrimaryConnect(XFormerConnectCode value)
Sets the value of the '
Primary Connect' attribute. |
void |
DistBranch.setSecondaryConnect(XFormerConnectCode value)
Sets the value of the '
Secondary Connect' attribute. |
| Modifier and Type | Method and Description |
|---|---|
XFormerConnectCode |
DistXformer.getPrimaryConnect() |
XFormerConnectCode |
DistXformer.getSecondaryConnect() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistXformer.setConnect(XFormerConnectCode priCon,
XFormerConnectCode secCon) |
| Modifier and Type | Method and Description |
|---|---|
XFormerConnectCode |
DistXformerImpl.getPrimaryConnect() |
XFormerConnectCode |
DistXformerImpl.getSecondaryConnect() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistXformerImpl.setConnect(XFormerConnectCode priCon,
XFormerConnectCode secCon) |
| Modifier and Type | Method and Description |
|---|---|
XFormerConnectCode |
DistBranchImpl.getPrimaryConnect() |
XFormerConnectCode |
DistBranchImpl.getSecondaryConnect() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistBranchImpl.setPrimaryConnect(XFormerConnectCode newPrimaryConnect) |
void |
DistBranchImpl.setSecondaryConnect(XFormerConnectCode newSecondaryConnect) |