Package org.eclipse.m2m.atl.emftvm
Interface Operation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Feature
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,TypedElement
- All Known Implementing Classes:
OperationImpl
A representation of the model object 'Operation'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Returns the value of the 'Body' containment reference.org.eclipse.emf.common.util.EList<Parameter>
Returns the value of the 'Parameters' containment reference list.boolean
isQuery()
Returns the value of the 'Query' attribute.void
Sets the value of the 'Body
' containment reference.void
setQuery
(boolean value) Sets the value of the 'Query
' 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.m2m.atl.emftvm.Feature
getContext, getContextModel, getEContext, getModule, isStatic, setContext, setContextModel, setEContext, setModule, setStatic
Methods inherited from interface org.eclipse.m2m.atl.emftvm.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.m2m.atl.emftvm.TypedElement
getEType, getType, getTypeModel, setEType, setType, setTypeModel
-
Method Details
-
getParameters
org.eclipse.emf.common.util.EList<Parameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter
. It is bidirectional and its opposite is 'Operation
'.If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
isQuery
boolean isQuery()Returns the value of the 'Query' attribute.If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Query' attribute.
- See Also:
-
setQuery
void setQuery(boolean value) Sets the value of the 'Query
' attribute.- Parameters:
value
- the new value of the 'Query' attribute.- See Also:
-
getBody
CodeBlock getBody()Returns the value of the 'Body' containment reference. It is bidirectional and its opposite is 'Body For
'.If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Body' containment reference.
- See Also:
-
setBody
Sets the value of the 'Body
' containment reference.- Parameters:
value
- the new value of the 'Body' containment reference.- See Also:
-