Uses of Interface
org.eclipse.emf.test.models.library.LibraryPackage

Packages that use LibraryPackage
org.eclipse.emf.test.models.library   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.library.util   
 

Uses of LibraryPackage in org.eclipse.emf.test.models.library
 

Fields in org.eclipse.emf.test.models.library declared as LibraryPackage
static LibraryPackage LibraryPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.test.models.library that return LibraryPackage
 LibraryPackage LibraryFactory.getLibraryPackage()
          Returns the package supported by this factory
 

Uses of LibraryPackage in org.eclipse.emf.test.models.library.impl
 

Classes in org.eclipse.emf.test.models.library.impl that implement LibraryPackage
 class LibraryPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.test.models.library.impl that return LibraryPackage
 LibraryPackage LibraryFactoryImpl.getLibraryPackage()
           
static LibraryPackage LibraryFactoryImpl.getPackage()
          Deprecated.  
static LibraryPackage LibraryPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of LibraryPackage in org.eclipse.emf.test.models.library.util
 

Fields in org.eclipse.emf.test.models.library.util declared as LibraryPackage
protected static LibraryPackage LibrarySwitch.modelPackage
          The cached model package
protected static LibraryPackage LibraryAdapterFactory.modelPackage
          The cached model package
 


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