Uses of Interface
org.eclipse.emf.examples.extlibrary.EXTLibraryPackage

Packages that use EXTLibraryPackage
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.presentation   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of EXTLibraryPackage in org.eclipse.emf.examples.extlibrary
 

Fields in org.eclipse.emf.examples.extlibrary declared as EXTLibraryPackage
static EXTLibraryPackage EXTLibraryPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.examples.extlibrary that return EXTLibraryPackage
 EXTLibraryPackage EXTLibraryFactory.getEXTLibraryPackage()
          Returns the package supported by this factory
 

Uses of EXTLibraryPackage in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement EXTLibraryPackage
 class EXTLibraryPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return EXTLibraryPackage
 EXTLibraryPackage EXTLibraryFactoryImpl.getEXTLibraryPackage()
           
static EXTLibraryPackage EXTLibraryFactoryImpl.getPackage()
          Deprecated.  
static EXTLibraryPackage EXTLibraryPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of EXTLibraryPackage in org.eclipse.emf.examples.extlibrary.presentation
 

Fields in org.eclipse.emf.examples.extlibrary.presentation declared as EXTLibraryPackage
protected  EXTLibraryPackage EXTLibraryModelWizard.extLibraryPackage
          This caches an instance of the model package
 

Uses of EXTLibraryPackage in org.eclipse.emf.examples.extlibrary.util
 

Fields in org.eclipse.emf.examples.extlibrary.util declared as EXTLibraryPackage
protected static EXTLibraryPackage EXTLibraryAdapterFactory.modelPackage
          The cached model package
protected static EXTLibraryPackage EXTLibrarySwitch.modelPackage
          The cached model package
 


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