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

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

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

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

Methods in org.eclipse.emf.test.models.movie.db that return DBFactory
 DBFactory DBPackage.getDBFactory()
          Returns the factory that creates the instances of the model
 

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

Classes in org.eclipse.emf.test.models.movie.db.impl that implement DBFactory
 class DBFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return DBFactory
 DBFactory DBPackageImpl.getDBFactory()
           
static DBFactory DBFactoryImpl.init()
          Creates the default factory implementation
 


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