Interface WSDefinitions
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WSDefinitionsImpl
public interface WSDefinitions
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'WS Definitions'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Documentation' attribute.getModel()Returns the value of the 'Model' containment reference.org.eclipse.emf.common.util.EList<Service>Returns the value of the 'Services' containment reference list.voidsetDocumentation(String value) Sets the value of the 'Documentation' attribute.voidsetModel(InnerModel value) Sets the value of the 'Model' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getModel
InnerModel getModel()Returns the value of the 'Model' containment reference.- Returns:
- the value of the 'Model' containment reference.
- See Also:
-
setModel
Sets the value of the 'Model' containment reference.- Parameters:
value- the new value of the 'Model' containment reference.- See Also:
-
getServices
org.eclipse.emf.common.util.EList<Service> getServices()Returns the value of the 'Services' containment reference list. The list contents are of typeService.- Returns:
- the value of the 'Services' containment reference list.
- See Also:
-
getDocumentation
String getDocumentation()Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
-
setDocumentation
Sets the value of the 'Documentation' attribute.- Parameters:
value- the new value of the 'Documentation' attribute.- See Also:
-