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

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

public interface WBIBus
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'WBI Bus'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIBus()

Method Summary
 WBIAuthAlias getAuthAlias()
          Returns the value of the 'Auth Alias' containment reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 org.eclipse.emf.common.util.EList getWbiMEs()
          Returns the value of the 'Wbi MEs' containment reference list.
 void setAuthAlias(WBIAuthAlias value)
          Sets the value of the 'Auth Alias' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), WBITopologyPackage.getWBIBus_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAuthAlias

WBIAuthAlias getAuthAlias()
Returns the value of the 'Auth Alias' containment reference.

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

Returns:
the value of the 'Auth Alias' containment reference.
See Also:
setAuthAlias(WBIAuthAlias), WBITopologyPackage.getWBIBus_AuthAlias()

setAuthAlias

void setAuthAlias(WBIAuthAlias value)
Sets the value of the 'Auth Alias' containment reference.

Parameters:
value - the new value of the 'Auth Alias' containment reference.
See Also:
getAuthAlias()

getWbiMEs

org.eclipse.emf.common.util.EList getWbiMEs()
Returns the value of the 'Wbi MEs' containment reference list. The list contents are of type WBIME.

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

Returns:
the value of the 'Wbi MEs' containment reference list.
See Also:
WBITopologyPackage.getWBIBus_WbiMEs()