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 TypeMethodDescriptionorg.emftext.language.java.members.Member
Returns the value of the 'Function' reference.void
setFunction
(org.emftext.language.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, eUnset
Methods inherited from interface org.somox.sourcecodedecorator.FileLevelSourceCodeLink
getFile, getRepositoryComponent, setFile, setRepositoryComponent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunction
org.emftext.language.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(org.emftext.language.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.
-