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

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

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

A representation of the model object 'WBI Rest Deployment Target'.

The following features are supported:

See Also:
RestServicePackage.getWBIRestDeploymentTarget()

Method Summary
 java.lang.String getContextID()
          Returns the value of the 'Context ID' attribute
 org.eclipse.emf.common.util.EList getWebModules()
          Returns the value of the 'Web Modules' containment reference list.
 void setContextID(java.lang.String value)
          Sets the value of the 'Context ID' 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

getContextID

java.lang.String getContextID()
Returns the value of the 'Context ID' attribute.

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

Returns:
the value of the 'Context ID' attribute.
See Also:
setContextID(String), RestServicePackage.getWBIRestDeploymentTarget_ContextID()

setContextID

void setContextID(java.lang.String value)
Sets the value of the 'Context ID' attribute.

Parameters:
value - the new value of the 'Context ID' attribute.
See Also:
getContextID()

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:
RestServicePackage.getWBIRestDeploymentTarget_WebModules()