Interface LanguageUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LanguageUnitImpl
public interface LanguageUnit
extends org.eclipse.emf.ecore.EObject
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<Advice> Returns the value of the 'Advices' containment reference list.org.eclipse.emf.common.util.EList<Import> Returns the value of the 'Imports' containment reference list.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Version' containment reference.voidSets the value of the 'Name' attribute.voidsetVersion(VersionStmt value) Sets the value of the 'Version' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAdvices
org.eclipse.emf.common.util.EList<Advice> getAdvices()Returns the value of the 'Advices' containment reference list. The list contents are of typeAdvice.- Returns:
- the value of the 'Advices' containment reference list.
- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getVersion
VersionStmt getVersion()Returns the value of the 'Version' containment reference.- Returns:
- the value of the 'Version' containment reference.
- See Also:
-
setVersion
Sets the value of the 'Version' containment reference.- Parameters:
value- the new value of the 'Version' containment reference.- See Also:
-
getImports
org.eclipse.emf.common.util.EList<Import> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImport.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
-