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

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

public interface WBIRestServicesComponent
extends WBIComponent

A representation of the model object 'WBI Rest Services Component'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIRestServicesComponent()

Method Summary
 org.eclipse.emf.common.util.EList getWebModules()
          Returns the value of the 'Web Modules' containment reference list.
 
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

getWebModules

org.eclipse.emf.common.util.EList getWebModules()
Returns the value of the 'Web Modules' containment reference list. The list contents are of type WBIRestWebModule.

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

Returns:
the value of the 'Web Modules' containment reference list.
See Also:
WBITopologyPackage.getWBIRestServicesComponent_WebModules()