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
getAnnotations
Methods 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, getStringClass
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.emftext.language.java.imports.ImportingElement
getImports
Methods inherited from interface org.emftext.language.java.containers.JavaRoot
getClassifiersInSamePackage, getOrigin, setOrigin
Methods inherited from interface org.emftext.language.java.commons.NamedElement
getName, setName
Methods inherited from interface org.emftext.language.java.commons.NamespaceAwareElement
getClassifierAtNamespaces, getNamespaces, getNamespacesAsString
Methods 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.
-