Interface Endpoint
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EndpointImpl
public interface Endpoint
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Endpoint'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Documentation' attribute.getName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Operation>Returns the value of the 'Operations' containment reference list.booleanisSoap()Returns the value of the 'Soap' attribute.voidsetDocumentation(String value) Sets the value of the 'Documentation' attribute.voidSets the value of the 'Name' attribute.voidsetSoap(boolean value) Sets the value of the 'Soap' attribute.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
-
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:
-
getOperations
org.eclipse.emf.common.util.EList<Operation> getOperations()Returns the value of the 'Operations' containment reference list. The list contents are of typeOperation.- Returns:
- the value of the 'Operations' 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:
-
isSoap
boolean isSoap()Returns the value of the 'Soap' attribute.- Returns:
- the value of the 'Soap' attribute.
- See Also:
-
setSoap
void setSoap(boolean value) Sets the value of the 'Soap' attribute.- Parameters:
value- the new value of the 'Soap' attribute.- See Also:
-