Uses of Interface
org.eclipse.emf.test.models.movie.db.DBPackage

Packages that use DBPackage
org.eclipse.emf.test.models.movie.db   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.movie.db.util   
 

Uses of DBPackage in org.eclipse.emf.test.models.movie.db
 

Fields in org.eclipse.emf.test.models.movie.db declared as DBPackage
static DBPackage DBPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.test.models.movie.db that return DBPackage
 DBPackage DBFactory.getDBPackage()
          Returns the package supported by this factory
 

Uses of DBPackage in org.eclipse.emf.test.models.movie.db.impl
 

Classes in org.eclipse.emf.test.models.movie.db.impl that implement DBPackage
 class DBPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return DBPackage
 DBPackage DBFactoryImpl.getDBPackage()
           
static DBPackage DBFactoryImpl.getPackage()
          Deprecated.  
static DBPackage DBPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of DBPackage in org.eclipse.emf.test.models.movie.db.util
 

Fields in org.eclipse.emf.test.models.movie.db.util declared as DBPackage
protected static DBPackage DBSwitch.modelPackage
          The cached model package
protected static DBPackage DBAdapterFactory.modelPackage
          The cached model package
 


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