com.ibm.websphere.models.config.rest.service
Interface WBIRestEndpoints

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

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

A representation of the model object 'WBI Rest Endpoints'.

The following features are supported:

See Also:
RestServicePackage.getWBIRestEndpoints()

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

getDeploymentTargets

org.eclipse.emf.common.util.EList getDeploymentTargets()
Returns the value of the 'Deployment Targets' containment reference list. The list contents are of type WBIRestDeploymentTarget.

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

Returns:
the value of the 'Deployment Targets' containment reference list.
See Also:
RestServicePackage.getWBIRestEndpoints_DeploymentTargets()