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 TypeMethodDescriptionorg.emftext.language.java.classifiers.ConcreteClassifierReturns the value of the 'Gast Class' reference.org.palladiosimulator.pcm.repository.InterfaceReturns the value of the 'Interface' reference.voidsetGastClass(org.emftext.language.java.classifiers.ConcreteClassifier value) Sets the value of the 'Gast Class' reference.voidsetInterface(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, eUnsetMethods 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
org.emftext.language.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(org.emftext.language.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.
-