Package org.eclipse.xtext.xtype
Interface XImportSection
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
XImportSectionImpl
public interface XImportSection extends org.eclipse.emf.ecore.EObjectA representation of the model object 'XImport Section'.- Since:
- 2.7
- See Also:
XtypePackage.getXImportSection()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<XImportDeclaration>getImportDeclarations()Returns the value of the 'Import Declarations' containment reference list.
-
-
-
Method Detail
-
getImportDeclarations
org.eclipse.emf.common.util.EList<XImportDeclaration> getImportDeclarations()
Returns the value of the 'Import Declarations' containment reference list. The list contents are of typeXImportDeclaration.- Returns:
- the value of the 'Import Declarations' containment reference list.
- See Also:
XtypePackage.getXImportSection_ImportDeclarations()- Model:
- containment="true"
- Generated:
-
-