public interface VQLImportSection
extends org.eclipse.xtext.xtype.XImportSection
The following features are supported:
PatternLanguagePackage.getVQLImportSection()
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.
|
java.lang.String |
toString() |
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...
PatternLanguagePackage.getVQLImportSection_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...
PatternLanguagePackage.getVQLImportSection_PatternImport()
java.lang.String toString()
toString
in class java.lang.Object