Package org.somox.sourcecodedecorator
Interface MethodLevelSourceCodeLink
- All Superinterfaces:
AbstractMethodLevelSourceCodeLink,EObject,FileLevelSourceCodeLink,Notifier
- All Known Subinterfaces:
ControlFlowLevelSourceCodeLink
- All Known Implementing Classes:
ControlFlowLevelSourceCodeLinkImpl,MethodLevelSourceCodeLinkImpl
A representation of the model object ' Method
Level Source Code Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.SignatureReturns the value of the 'Operation' reference.voidsetOperation(org.palladiosimulator.pcm.repository.Signature value) Sets the value of the 'Operation' reference.Methods inherited from interface org.somox.sourcecodedecorator.AbstractMethodLevelSourceCodeLink
getFunction, setFunctionMethods 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.somox.sourcecodedecorator.FileLevelSourceCodeLink
getFile, getRepositoryComponent, setFile, setRepositoryComponentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOperation
org.palladiosimulator.pcm.repository.Signature getOperation()Returns the value of the 'Operation' reference.If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setOperation
void setOperation(org.palladiosimulator.pcm.repository.Signature value) Sets the value of the 'Operation' reference.- Parameters:
value- the new value of the 'Operation' reference.- See Also:
- Generated class or method.
-