Uses of Interface
org.eclipse.emf.test.models.dbitem.DBItemFactory

Packages that use DBItemFactory
org.eclipse.emf.test.models.dbitem   
org.eclipse.emf.test.models.dbitem.impl   
 

Uses of DBItemFactory in org.eclipse.emf.test.models.dbitem
 

Fields in org.eclipse.emf.test.models.dbitem declared as DBItemFactory
static DBItemFactory DBItemFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.test.models.dbitem that return DBItemFactory
 DBItemFactory DBItemPackage.getDBItemFactory()
          Returns the factory that creates the instances of the model
 

Uses of DBItemFactory in org.eclipse.emf.test.models.dbitem.impl
 

Classes in org.eclipse.emf.test.models.dbitem.impl that implement DBItemFactory
 class DBItemFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return DBItemFactory
 DBItemFactory DBItemPackageImpl.getDBItemFactory()
           
static DBItemFactory DBItemFactoryImpl.init()
          Creates the default factory implementation
 


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