Package org.somox.sourcecodedecorator
Interface InterfaceSourceCodeLink
- All Known Implementing Classes:
InterfaceSourceCodeLinkImpl
A representation of the model object '
Interface 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.classifiers.ConcreteClassifier
Returns the value of the 'Gast Class' reference.org.palladiosimulator.pcm.repository.Interface
Returns the value of the 'Interface' reference.void
setGastClass
(tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier value) Sets the value of the 'Gast Class
' reference.void
setInterface
(org.palladiosimulator.pcm.repository.Interface value) Sets the value of the 'Interface
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInterface
org.palladiosimulator.pcm.repository.Interface getInterface()Returns the value of the 'Interface' reference.If the meaning of the 'Interface' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interface' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setInterface
void setInterface(org.palladiosimulator.pcm.repository.Interface value) Sets the value of the 'Interface
' reference.- Parameters:
value
- the new value of the 'Interface' reference.- See Also:
- Generated class or method.
-
getGastClass
tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier getGastClass()Returns the value of the 'Gast Class' reference.If the meaning of the 'Gast Class' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Gast Class' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setGastClass
void setGastClass(tools.mdsd.jamopp.model.java.classifiers.ConcreteClassifier value) Sets the value of the 'Gast Class
' reference.- Parameters:
value
- the new value of the 'Gast Class' reference.- See Also:
- Generated class or method.
-