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

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

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

Fields in org.eclipse.emf.ecore.xcore declared as XcorePackage
static XcorePackage XcorePackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.ecore.xcore that return XcorePackage
 XcorePackage XcoreFactory.getXcorePackage()
          Returns the package supported by this factory
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XcorePackage
 class XcorePackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XcorePackage
static XcorePackage XcoreFactoryImpl.getPackage()
          Deprecated.  
 XcorePackage XcoreFactoryImpl.getXcorePackage()
           
static XcorePackage XcorePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

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

Fields in org.eclipse.emf.ecore.xcore.util declared as XcorePackage
protected static XcorePackage XcoreSwitch.modelPackage
          The cached model package
protected static XcorePackage XcoreAdapterFactory.modelPackage
          The cached model package
 


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