Uses of Interface
org.eclipse.emf.test.models.lib.LibPackage

Packages that use LibPackage
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.lib.util   
 

Uses of LibPackage in org.eclipse.emf.test.models.lib
 

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

Methods in org.eclipse.emf.test.models.lib that return LibPackage
 LibPackage LibFactory.getLibPackage()
          Returns the package supported by this factory
 

Uses of LibPackage in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement LibPackage
 class LibPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.test.models.lib.impl that return LibPackage
 LibPackage LibFactoryImpl.getLibPackage()
           
static LibPackage LibFactoryImpl.getPackage()
          Deprecated.  
static LibPackage LibPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of LibPackage in org.eclipse.emf.test.models.lib.util
 

Fields in org.eclipse.emf.test.models.lib.util declared as LibPackage
protected static LibPackage LibSwitch.modelPackage
          The cached model package
protected static LibPackage LibAdapterFactory.modelPackage
          The cached model package
 


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