public interface XImportSection
extends org.eclipse.xtext.xtype.XImportSection
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PackageImport> |
getPackageImport()
Returns the value of the 'Package Import' containment reference list.
|
org.eclipse.emf.common.util.EList<PatternImport> |
getPatternImport()
Returns the value of the 'Pattern Import' containment reference list.
|
org.eclipse.emf.common.util.EList<PackageImport> getPackageImport()
PackageImport
.
If the meaning of the 'Package Import' containment reference list isn't clear, there really should be more of a description here...
EMFPatternLanguagePackage.getXImportSection_PackageImport()
org.eclipse.emf.common.util.EList<PatternImport> getPatternImport()
PatternImport
.
If the meaning of the 'Pattern Import' containment reference list isn't clear, there really should be more of a description here...
EMFPatternLanguagePackage.getXImportSection_PatternImport()