Uses of Interface
org.eclipse.emf.cdo.dbgen.DBGenFactory

Packages that use DBGenFactory
org.eclipse.emf.cdo.dbgen   
org.eclipse.emf.cdo.dbgen.impl   
org.eclipse.emf.cdo.dbgen.presentation   
 

Uses of DBGenFactory in org.eclipse.emf.cdo.dbgen
 

Fields in org.eclipse.emf.cdo.dbgen declared as DBGenFactory
static DBGenFactory DBGenFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.cdo.dbgen that return DBGenFactory
 DBGenFactory DBGenPackage.getDBGenFactory()
          Returns the factory that creates the instances of the model
 

Uses of DBGenFactory in org.eclipse.emf.cdo.dbgen.impl
 

Classes in org.eclipse.emf.cdo.dbgen.impl that implement DBGenFactory
 class DBGenFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.cdo.dbgen.impl that return DBGenFactory
 DBGenFactory DBGenPackageImpl.getDBGenFactory()
           
static DBGenFactory DBGenFactoryImpl.init()
          Creates the default factory implementation
 

Uses of DBGenFactory in org.eclipse.emf.cdo.dbgen.presentation
 

Fields in org.eclipse.emf.cdo.dbgen.presentation declared as DBGenFactory
protected  DBGenFactory DBGenModelWizard.dbGenFactory
          This caches an instance of the model factory
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.