Interface ImportingElement

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
CompilationUnit, EmptyModel, JavaRoot, Module, Package
All Known Implementing Classes:
CompilationUnitImpl, EmptyModelImpl, ImportingElementImpl, JavaRootImpl, ModuleImpl, PackageImpl

public interface ImportingElement extends Commentable
A representation of the model object 'Importing Element'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getImports

      EList<Import> getImports()
      Returns the value of the 'Imports' containment reference list. The list contents are of type Import.
      Returns:
      the value of the 'Imports' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"