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

Packages that use XPackage
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.formatting   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
org.eclipse.emf.ecore.xcore.validation   
 

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

Methods in org.eclipse.emf.ecore.xcore that return XPackage
 XPackage XcoreFactory.createXPackage()
          Returns a new object of class 'XPackage'
 XPackage XImportDirective.getPackage()
          Returns the value of the 'Package' container reference.
 XPackage XClassifier.getPackage()
          Returns the value of the 'Package' container reference.
 XPackage XAnnotationDirective.getPackage()
          Returns the value of the 'Package' container reference.
 

Uses of XPackage in org.eclipse.emf.ecore.xcore.formatting
 

Methods in org.eclipse.emf.ecore.xcore.formatting that return XPackage
protected  XPackage XcoreImportOrganizer.getXPackage(org.eclipse.xtext.resource.XtextResource resource)
           
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XPackage
 class XPackageImpl
          An implementation of the model object 'XPackage'
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XPackage
 XPackage XcoreFactoryImpl.createXPackage()
           
 XPackage XImportDirectiveImpl.getPackage()
           
 XPackage XClassifierImpl.getPackage()
           
 XPackage XAnnotationDirectiveImpl.getPackage()
           
 

Uses of XPackage in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XPackage
 XPackageMapping XcoreMapper.getMapping(XPackage xPackage)
           
 void XcoreMapper.unsetMapping(XPackage xPackage)
           
 

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

Methods in org.eclipse.emf.ecore.xcore.util that return XPackage
 XPackage EcoreXcoreBuilder.getXPackage(EPackage ePackage)
           
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XPackage
 T XcoreSwitch.caseXPackage(XPackage object)
          Returns the result of interpreting the object as an instance of 'XPackage'
 EPackage XcoreEcoreBuilder.getEPackage(XPackage xPackage)
           
 GenModel XcoreGenModelBuilder.getGenModel(XPackage pack)
           
 

Uses of XPackage in org.eclipse.emf.ecore.xcore.validation
 

Methods in org.eclipse.emf.ecore.xcore.validation with parameters of type XPackage
 void XcoreJavaValidator.checkImports(XPackage xPackage)
           
 


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