public interface ChildNetInterfaceBus extends ChildNetInterface
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChildNetBusId()
Returns the value of the 'Child Net Bus Id' attribute.
|
ChildNetInterfaceBusPair |
getInterfaceBusPair()
generate and return the parent/child network interface bus pair
|
java.lang.String |
getParentNetBusId()
Returns the value of the 'Parent Net Bus Id' attribute.
|
void |
setChildNetBusId(java.lang.String value)
Sets the value of the '
Child Net Bus Id ' attribute. |
void |
setParentNetBusId(java.lang.String value)
Sets the value of the '
Parent Net Bus Id ' attribute. |
getInterfaceBusChildNet, getInterfaceBusParentNet, getParantChildNetWrapper, setParantChildNetWrapper
java.lang.String getParentNetBusId()
setParentNetBusId(String)
,
ChildNetworkPackage.getChildNetInterfaceBus_ParentNetBusId()
void setParentNetBusId(java.lang.String value)
Parent Net Bus Id
' attribute.
value
- the new value of the 'Parent Net Bus Id' attribute.getParentNetBusId()
java.lang.String getChildNetBusId()
setChildNetBusId(String)
,
ChildNetworkPackage.getChildNetInterfaceBus_ChildNetBusId()
void setChildNetBusId(java.lang.String value)
Child Net Bus Id
' attribute.
value
- the new value of the 'Child Net Bus Id' attribute.getChildNetBusId()
ChildNetInterfaceBusPair getInterfaceBusPair()