Interface Service
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ServiceImpl
public interface Service
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Service'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Documentation' attribute.org.eclipse.emf.common.util.EList<Endpoint>
Returns the value of the 'Endpoints' containment reference list.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Namespace' attribute.void
setDocumentation
(String value) Sets the value of the 'Documentation
' attribute.void
Sets the value of the 'Name
' attribute.void
setNamespace
(String value) Sets the value of the 'Namespace
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNamespace
String getNamespace()Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
-
setNamespace
Sets the value of the 'Namespace
' attribute.- Parameters:
value
- the new value of the 'Namespace' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getEndpoints
org.eclipse.emf.common.util.EList<Endpoint> getEndpoints()Returns the value of the 'Endpoints' containment reference list. The list contents are of typeEndpoint
.- Returns:
- the value of the 'Endpoints' 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:
-