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

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

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

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

The following features are supported:

See Also:
RestServicePackage.getWBIRestConfiguration()

Method Summary
 WBIRestEndpoints getRestEndpoints()
          Returns the value of the 'Rest Endpoints' containment reference
 void setRestEndpoints(WBIRestEndpoints value)
          Sets the value of the 'Rest Endpoints' containment reference
 
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

getRestEndpoints

WBIRestEndpoints getRestEndpoints()
Returns the value of the 'Rest Endpoints' containment reference.

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

Returns:
the value of the 'Rest Endpoints' containment reference.
See Also:
setRestEndpoints(WBIRestEndpoints), RestServicePackage.getWBIRestConfiguration_RestEndpoints()

setRestEndpoints

void setRestEndpoints(WBIRestEndpoints value)
Sets the value of the 'Rest Endpoints' containment reference.

Parameters:
value - the new value of the 'Rest Endpoints' containment reference.
See Also:
getRestEndpoints()