Interface Module
- All Superinterfaces:
Annotable,Commentable,EObject,ImportingElement,JavaRoot,NamedElement,NamespaceAwareElement,Notifier
- All Known Implementing Classes:
ModuleImpl
A representation of the model object 'Module'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Methods inherited from interface org.emftext.language.java.annotations.Annotable
getAnnotationsMethods inherited from interface org.emftext.language.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClassMethods 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.emftext.language.java.imports.ImportingElement
getImportsMethods inherited from interface org.emftext.language.java.containers.JavaRoot
getClassifiersInSamePackage, getOrigin, setOriginMethods inherited from interface org.emftext.language.java.commons.NamedElement
getName, setNameMethods inherited from interface org.emftext.language.java.commons.NamespaceAwareElement
getClassifierAtNamespaces, getNamespaces, getNamespacesAsStringMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOpen
Open getOpen()Returns the value of the 'Open' containment reference.- Returns:
- the value of the 'Open' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true"
-
setOpen
Sets the value of the 'Open' containment reference.- Parameters:
value- the new value of the 'Open' containment reference.- See Also:
- Generated class or method.
-
getTarget
EList<ModuleDirective> getTarget()Returns the value of the 'Target' containment reference list. The list contents are of typeModuleDirective.- Returns:
- the value of the 'Target' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true"
-
getPackages
Returns the value of the 'Packages' reference list. The list contents are of typePackage.- Returns:
- the value of the 'Packages' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-