Interface LanguageUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LanguageUnitImpl
public interface LanguageUnit
extends de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit
A representation of the model object 'Language Unit'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Contents' containment reference.org.eclipse.emf.common.util.EList<LoadProperties> Returns the value of the 'Load Properties' containment reference list.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterListgetParam()Returns the value of the 'Param' containment reference.Returns the value of the 'Parent' containment reference.voidsetContents(ScriptContents value) Sets the value of the 'Contents' containment reference.voidsetParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value) Sets the value of the 'Param' containment reference.voidsetParent(ScriptParentDecl value) Sets the value of the 'Parent' containment 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 de.uni_hildesheim.sse.vil.expressions.expressionDsl.LanguageUnit
getAdvices, getImports, getName, getVersion, setName, setVersionMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParam
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList getParam()Returns the value of the 'Param' containment reference.- Returns:
- the value of the 'Param' containment reference.
- See Also:
-
setParam
void setParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value) Sets the value of the 'Param' containment reference.- Parameters:
value- the new value of the 'Param' containment reference.- See Also:
-
getParent
ScriptParentDecl getParent()Returns the value of the 'Parent' containment reference.- Returns:
- the value of the 'Parent' containment reference.
- See Also:
-
setParent
Sets the value of the 'Parent' containment reference.- Parameters:
value- the new value of the 'Parent' containment reference.- See Also:
-
getLoadProperties
org.eclipse.emf.common.util.EList<LoadProperties> getLoadProperties()Returns the value of the 'Load Properties' containment reference list. The list contents are of typeLoadProperties.- Returns:
- the value of the 'Load Properties' containment reference list.
- See Also:
-
getContents
ScriptContents getContents()Returns the value of the 'Contents' containment reference.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
-
setContents
Sets the value of the 'Contents' containment reference.- Parameters:
value- the new value of the 'Contents' containment reference.- See Also:
-