Package org.somox.sourcecodedecorator
Interface SeffElementSourceCodeLink
- All Known Implementing Classes:
SeffElementSourceCodeLinkImpl
A representation of the model object 'Seff Element Source Code Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.identifier.IdentifierReturns the value of the 'Seff Element' reference.EList<org.emftext.language.java.statements.Statement>Returns the value of the 'Statement' reference list.voidsetSeffElement(de.uka.ipd.sdq.identifier.Identifier value) Sets the value of the 'Seff Element' 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
-
getSeffElement
de.uka.ipd.sdq.identifier.Identifier getSeffElement()Returns the value of the 'Seff Element' reference.If the meaning of the 'Seff Element' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seff Element' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSeffElement
void setSeffElement(de.uka.ipd.sdq.identifier.Identifier value) Sets the value of the 'Seff Element' reference.- Parameters:
value- the new value of the 'Seff Element' reference.- See Also:
- Generated class or method.
-
getStatement
EList<org.emftext.language.java.statements.Statement> getStatement()Returns the value of the 'Statement' reference list. The list contents are of typeStatement.If the meaning of the 'Statement' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Statement' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-