Modifier and Type | Method and Description |
---|---|
PackageImport |
EMFPatternLanguageFactory.createPackageImport()
Returns a new object of class 'Package Import'.
|
PackageImport |
ClassType.getMetamodel()
Returns the value of the 'Metamodel' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PackageImport> |
XImportSection.getPackageImport()
Returns the value of the 'Package Import' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassType.setMetamodel(PackageImport value)
Sets the value of the '
Metamodel ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
PackageImportImpl
An implementation of the model object 'Package Import'.
|
Modifier and Type | Method and Description |
---|---|
PackageImport |
ClassTypeImpl.basicGetMetamodel() |
PackageImport |
EMFPatternLanguageFactoryImpl.createPackageImport() |
PackageImport |
ClassTypeImpl.getMetamodel() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PackageImport> |
XImportSectionImpl.getPackageImport() |
Modifier and Type | Method and Description |
---|---|
void |
ClassTypeImpl.setMetamodel(PackageImport newMetamodel) |
Modifier and Type | Method and Description |
---|---|
T |
EMFPatternLanguageSwitch.casePackageImport(PackageImport object)
Returns the result of interpreting the object as an instance of 'Package Import'.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PackageImport> |
EMFPatternLanguageHelper.getAllPackageImports(PatternModel model)
Initializes a new list of package imports defined in a selected pattern model
|
static java.lang.Iterable<PackageImport> |
EMFPatternLanguageHelper.getPackageImportsIterable(PatternModel model)
Returns an iterable of package imports in a selected pattern model.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.scoping.IScope |
EMFPatternLanguageDeclarativeScopeProvider.scope_EPackage(PackageImport ctx,
org.eclipse.emf.ecore.EReference ref) |
Modifier and Type | Method and Description |
---|---|
void |
EMFPatternLanguageJavaValidator.checkPackageImportGeneratedCode(PackageImport packageImport) |