Interface Operation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationImpl
public interface Operation
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation'.
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<Parameter>
Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Ret Val Doc' attribute.Returns the value of the 'Ret Val Type' containment reference.boolean
Returns the value of the 'Ret Val Nillable' attribute.void
setDocumentation
(String value) Sets the value of the 'Documentation
' attribute.void
Sets the value of the 'Name
' attribute.void
setRetValDoc
(String value) Sets the value of the 'Ret Val Doc
' attribute.void
setRetValNillable
(boolean value) Sets the value of the 'Ret Val Nillable
' attribute.void
setRetValType
(QName value) Sets the value of the 'Ret Val Type
' 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, eUnset
Methods 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:
-
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:
-
isRetValNillable
boolean isRetValNillable()Returns the value of the 'Ret Val Nillable' attribute.- Returns:
- the value of the 'Ret Val Nillable' attribute.
- See Also:
-
setRetValNillable
void setRetValNillable(boolean value) Sets the value of the 'Ret Val Nillable
' attribute.- Parameters:
value
- the new value of the 'Ret Val Nillable' attribute.- See Also:
-
getRetValDoc
String getRetValDoc()Returns the value of the 'Ret Val Doc' attribute.- Returns:
- the value of the 'Ret Val Doc' attribute.
- See Also:
-
setRetValDoc
Sets the value of the 'Ret Val Doc
' attribute.- Parameters:
value
- the new value of the 'Ret Val Doc' attribute.- See Also:
-
getRetValType
QName getRetValType()Returns the value of the 'Ret Val Type' containment reference.- Returns:
- the value of the 'Ret Val Type' containment reference.
- See Also:
-
setRetValType
Sets the value of the 'Ret Val Type
' containment reference.- Parameters:
value
- the new value of the 'Ret Val Type' containment reference.- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<Parameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter
.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-