Package org.somox.sourcecodedecorator
Interface FileLevelSourceCodeLink
- All Known Subinterfaces:
AbstractMethodLevelSourceCodeLink,ControlFlowLevelSourceCodeLink,DataTypeSourceCodeLink,MethodLevelResourceDemandingInternalBehaviorLink,MethodLevelSourceCodeLink
- All Known Implementing Classes:
AbstractMethodLevelSourceCodeLinkImpl,ControlFlowLevelSourceCodeLinkImpl,DataTypeSourceCodeLinkImpl,FileLevelSourceCodeLinkImpl,MethodLevelResourceDemandingInternalBehaviorLinkImpl,MethodLevelSourceCodeLinkImpl
A representation of the model object ' File
Level Source Code Link'.
Human readable information for the source code link
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiontools.mdsd.jamopp.model.java.containers.CompilationUnitgetFile()Returns the value of the 'File' reference.org.palladiosimulator.pcm.repository.RepositoryComponentReturns the value of the 'Repository Component' reference.voidsetFile(tools.mdsd.jamopp.model.java.containers.CompilationUnit value) Sets the value of the 'File' reference.voidsetRepositoryComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'Repository Component' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRepositoryComponent
org.palladiosimulator.pcm.repository.RepositoryComponent getRepositoryComponent()Returns the value of the 'Repository Component' reference.If the meaning of the 'Repository Component' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repository Component' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setRepositoryComponent
void setRepositoryComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'Repository Component' reference.- Parameters:
value- the new value of the 'Repository Component' reference.- See Also:
- Generated class or method.
-
getFile
tools.mdsd.jamopp.model.java.containers.CompilationUnit getFile()Returns the value of the 'File' reference.If the meaning of the 'File' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'File' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setFile
void setFile(tools.mdsd.jamopp.model.java.containers.CompilationUnit value) Sets the value of the 'File' reference.- Parameters:
value- the new value of the 'File' reference.- See Also:
- Generated class or method.
-