Package org.somox.sourcecodedecorator
Interface AbstractMethodLevelSourceCodeLink
- All Superinterfaces:
EObject,FileLevelSourceCodeLink,Notifier
- All Known Subinterfaces:
ControlFlowLevelSourceCodeLink,MethodLevelResourceDemandingInternalBehaviorLink,MethodLevelSourceCodeLink
- All Known Implementing Classes:
AbstractMethodLevelSourceCodeLinkImpl,ControlFlowLevelSourceCodeLinkImpl,MethodLevelResourceDemandingInternalBehaviorLinkImpl,MethodLevelSourceCodeLinkImpl
A representation of the model object '
Abstract Method Level Source Code Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiontools.mdsd.jamopp.model.java.members.MemberReturns the value of the 'Function' reference.voidsetFunction(tools.mdsd.jamopp.model.java.members.Member value) Sets the value of the 'Function' reference.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.somox.sourcecodedecorator.FileLevelSourceCodeLink
getFile, getRepositoryComponent, setFile, setRepositoryComponentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunction
tools.mdsd.jamopp.model.java.members.Member getFunction()Returns the value of the 'Function' reference.If the meaning of the 'Function' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setFunction
void setFunction(tools.mdsd.jamopp.model.java.members.Member value) Sets the value of the 'Function' reference.- Parameters:
value- the new value of the 'Function' reference.- See Also:
- Generated class or method.
-