public interface ChildNetInterfaceBranch extends ChildNetInterface
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBranchId()
Returns the value of the 'Branch Id' attribute.
|
BranchBusSide |
getChildNetSide()
Returns the value of the 'Child Net Side' attribute.
|
Branch |
getInterfaceBranch()
get and return interface branch.
|
java.lang.String |
getInterfaceBusIdChildNet()
Returns the value of the 'Interface Bus Id Child Net' attribute.
|
BranchBusSide |
getInterfaceBusSide()
Returns the value of the 'Interface Bus Side' attribute.
|
void |
setBranchId(java.lang.String value)
Sets the value of the '
Branch Id ' attribute. |
void |
setChildNetSide(BranchBusSide value)
Sets the value of the '
Child Net Side ' attribute. |
void |
setInterfaceBusIdChildNet(java.lang.String value)
Sets the value of the '
Interface Bus Id Child Net ' attribute. |
void |
setInterfaceBusSide(BranchBusSide value)
Sets the value of the '
Interface Bus Side ' attribute. |
getInterfaceBusChildNet, getInterfaceBusParentNet, getParantChildNetWrapper, setParantChildNetWrapper
BranchBusSide getInterfaceBusSide()
BranchBusSide
.
interface bus side (from or to side) indicator
BranchBusSide
,
setInterfaceBusSide(BranchBusSide)
,
ChildNetworkPackage.getChildNetInterfaceBranch_InterfaceBusSide()
void setInterfaceBusSide(BranchBusSide value)
Interface Bus Side
' attribute.
value
- the new value of the 'Interface Bus Side' attribute.BranchBusSide
,
getInterfaceBusSide()
BranchBusSide getChildNetSide()
BranchBusSide
.
child network side (from or to side) indicator
BranchBusSide
,
setChildNetSide(BranchBusSide)
,
ChildNetworkPackage.getChildNetInterfaceBranch_ChildNetSide()
void setChildNetSide(BranchBusSide value)
Child Net Side
' attribute.
value
- the new value of the 'Child Net Side' attribute.BranchBusSide
,
getChildNetSide()
java.lang.String getInterfaceBusIdChildNet()
setInterfaceBusIdChildNet(String)
,
ChildNetworkPackage.getChildNetInterfaceBranch_InterfaceBusIdChildNet()
void setInterfaceBusIdChildNet(java.lang.String value)
Interface Bus Id Child Net
' attribute.
value
- the new value of the 'Interface Bus Id Child Net' attribute.getInterfaceBusIdChildNet()
java.lang.String getBranchId()
If the meaning of the 'Branch Id' attribute isn't clear, there really should be more of a description here...
interface branch id. It could be located in parent network or in child network. Interface branch id has to be unique across multi-network.setBranchId(String)
,
ChildNetworkPackage.getChildNetInterfaceBranch_BranchId()
void setBranchId(java.lang.String value)
Branch Id
' attribute.
value
- the new value of the 'Branch Id' attribute.getBranchId()
Branch getInterfaceBranch()