com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBI_SIB

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, WBIBaseElement, WBIComponent
All Known Implementing Classes:
WBI_SIBImpl

public interface WBI_SIB
extends WBIComponent

A representation of the model object 'WBI SIB'.

The following features are supported:

See Also:
WBITopologyPackage.getWBI_SIB()

Method Summary
 WBIBus getBus()
          Returns the value of the 'Bus' containment reference
 void setBus(WBIBus value)
          Sets the value of the 'Bus' containment reference
 
Methods inherited from interface com.ibm.websphere.models.config.wbi.nd.topology.instance.WBIComponent
getAuthAliases, getBaseRuntimeId, getDataSrc, getDependencies, getLevel, getProperties, getSiBuses, getStatus, getTopologyRole, setBaseRuntimeId, setLevel, setStatus, setTopologyRole
 
Methods inherited from interface com.ibm.websphere.models.config.wbi.nd.topology.instance.WBIBaseElement
getDescription, getId, getName, getVersion, setDescription, setId, setName, setVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBus

WBIBus getBus()
Returns the value of the 'Bus' containment reference.

If the meaning of the 'Bus' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bus' containment reference.
See Also:
setBus(WBIBus), WBITopologyPackage.getWBI_SIB_Bus()

setBus

void setBus(WBIBus value)
Sets the value of the 'Bus' containment reference.

Parameters:
value - the new value of the 'Bus' containment reference.
See Also:
getBus()