| Package | Description |
|---|---|
| com.interpss.core.aclf | |
| com.interpss.core.aclf.impl | |
| com.interpss.core.net | |
| com.interpss.core.net.childnet | |
| com.interpss.core.net.childnet.impl | |
| com.interpss.core.net.impl |
| Modifier and Type | Method and Description |
|---|---|
BranchBusSide |
BaseAclfNetwork.getXfrZAdjustSide()
Returns the value of the 'Xfr ZAdjust Side' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAclfNetwork.setXfrZAdjustSide(BranchBusSide value)
Sets the value of the '
Xfr ZAdjust Side' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BranchBusSide |
BaseAclfNetworkImpl.getXfrZAdjustSide() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAclfNetworkImpl.setXfrZAdjustSide(BranchBusSide newXfrZAdjustSide) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<BranchBusSide> |
BranchBusSide.VALUES
A public read-only list of all the 'Branch Bus Side' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BranchBusSide |
BranchBusSide.get(int value)
Returns the 'Branch Bus Side' literal with the specified integer value.
|
static BranchBusSide |
BranchBusSide.get(java.lang.String literal)
Returns the 'Branch Bus Side' literal with the specified literal value.
|
static BranchBusSide |
BranchBusSide.getByName(java.lang.String name)
Returns the 'Branch Bus Side' literal with the specified name.
|
static BranchBusSide |
BranchBusSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchBusSide[] |
BranchBusSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BranchBusSide |
ChildNetInterfaceBranch.getChildNetSide()
Returns the value of the 'Child Net Side' attribute.
|
BranchBusSide |
ChildNetInterfaceBranch.getInterfaceBusSide()
Returns the value of the 'Interface Bus Side' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildNetInterfaceBranch.setChildNetSide(BranchBusSide value)
Sets the value of the '
Child Net Side' attribute. |
void |
ChildNetInterfaceBranch.setInterfaceBusSide(BranchBusSide value)
Sets the value of the '
Interface Bus Side' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BranchBusSide |
ChildNetInterfaceBranchImpl.getChildNetSide() |
BranchBusSide |
ChildNetInterfaceBranchImpl.getInterfaceBusSide() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildNetInterfaceBranchImpl.setChildNetSide(BranchBusSide newChildNetSide) |
void |
ChildNetInterfaceBranchImpl.setInterfaceBusSide(BranchBusSide newInterfaceBusSide) |
| Modifier and Type | Method and Description |
|---|---|
BranchBusSide |
NetFactoryImpl.createBranchBusSideFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |