Interface Module
-
- All Superinterfaces:
Annotable,Commentable,EObject,ImportingElement,JavaRoot,NamedElement,NamespaceAwareElement,Notifier
- All Known Implementing Classes:
ModuleImpl
public interface Module extends JavaRoot
A representation of the model object 'Module'.The following features are supported:
- See Also:
ContainersPackage.getModule()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpengetOpen()Returns the value of the 'Open' containment reference.EList<Package>getPackages()Returns the value of the 'Packages' reference list.EList<ModuleDirective>getTarget()Returns the value of the 'Target' containment reference list.voidsetOpen(Open value)Sets the value of the 'Open' containment reference.-
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
-
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 Detail
-
getOpen
Open getOpen()
Returns the value of the 'Open' containment reference.- Returns:
- the value of the 'Open' containment reference.
- See Also:
setOpen(Open),ContainersPackage.getModule_Open()- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true"
-
setOpen
void setOpen(Open value)
Sets the value of the 'Open' containment reference.- Parameters:
value- the new value of the 'Open' containment reference.- See Also:
getOpen()- 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:
ContainersPackage.getModule_Target()- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true"
-
getPackages
EList<Package> 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:
ContainersPackage.getModule_Packages()- Generated class or method.
- EMF model class or method.
-
-