Uses of Interface
org.eclipse.emf.ecore.xcore.XImportDirective

Packages that use XImportDirective
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.util   
 

Uses of XImportDirective in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XImportDirective
 XImportDirective XcoreFactory.createXImportDirective()
          Returns a new object of class 'XImport Directive'
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XImportDirective
 EList<XImportDirective> XPackage.getImportDirectives()
          Returns the value of the 'Import Directives' containment reference list.
 

Uses of XImportDirective in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XImportDirective
 class XImportDirectiveImpl
          An implementation of the model object 'XImport Directive'
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XImportDirective
protected  EList<XImportDirective> XPackageImpl.importDirectives
          The cached value of the 'Import Directives' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XImportDirective
 XImportDirective XcoreFactoryImpl.createXImportDirective()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XImportDirective
 EList<XImportDirective> XPackageImpl.getImportDirectives()
           
 

Uses of XImportDirective in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XImportDirective
 T XcoreSwitch.caseXImportDirective(XImportDirective object)
          Returns the result of interpreting the object as an instance of 'XImport Directive'
 


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.