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 TypeMethodDescriptionorg.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> Returns the value of the 'Elements' containment reference list.getExt()Returns the value of the 'Ext' attribute.Returns the value of the 'Formatting' containment reference.Returns the value of the 'Indent' containment reference.org.eclipse.emf.common.util.EList<Extension> Returns the value of the 'Java Exts' containment reference list.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterListgetParam()Returns the value of the 'Param' containment reference.voidSets the value of the 'Ext' attribute.voidsetFormatting(FormattingHint value) Sets the value of the 'Formatting' containment reference.voidsetIndent(IndentationHint value) Sets the value of the 'Indent' containment reference.voidsetParam(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value) Sets the value of the 'Param' 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
-
getJavaExts
org.eclipse.emf.common.util.EList<Extension> getJavaExts()Returns the value of the 'Java Exts' containment reference list. The list contents are of typeExtension.- Returns:
- the value of the 'Java Exts' containment reference list.
- See Also:
-
getIndent
IndentationHint getIndent()Returns the value of the 'Indent' containment reference.- Returns:
- the value of the 'Indent' containment reference.
- See Also:
-
setIndent
Sets the value of the 'Indent' containment reference.- Parameters:
value- the new value of the 'Indent' containment reference.- See Also:
-
getFormatting
FormattingHint getFormatting()Returns the value of the 'Formatting' containment reference.- Returns:
- the value of the 'Formatting' containment reference.
- See Also:
-
setFormatting
Sets the value of the 'Formatting' containment reference.- Parameters:
value- the new value of the 'Formatting' containment reference.- See Also:
-
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:
-
getExt
String getExt()Returns the value of the 'Ext' attribute.- Returns:
- the value of the 'Ext' attribute.
- See Also:
-
setExt
Sets the value of the 'Ext' attribute.- Parameters:
value- the new value of the 'Ext' attribute.- See Also:
-
getElements
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getElements()Returns the value of the 'Elements' containment reference list. The list contents are of typeEObject.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
-