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:
Generated class or method.
EMF model class or method.
  • 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

      void setOpen(Open value)
      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 type ModuleDirective.
      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

      EList<Package> getPackages()
      Returns the value of the 'Packages' reference list. The list contents are of type Package.
      Returns:
      the value of the 'Packages' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.