Uses of Interface
org.eclipse.emf.test.models.dbprice.DBPriceFactory

Packages that use DBPriceFactory
org.eclipse.emf.test.models.dbprice   
org.eclipse.emf.test.models.dbprice.impl   
 

Uses of DBPriceFactory in org.eclipse.emf.test.models.dbprice
 

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

Methods in org.eclipse.emf.test.models.dbprice that return DBPriceFactory
 DBPriceFactory DBPricePackage.getDBPriceFactory()
          Returns the factory that creates the instances of the model
 

Uses of DBPriceFactory in org.eclipse.emf.test.models.dbprice.impl
 

Classes in org.eclipse.emf.test.models.dbprice.impl that implement DBPriceFactory
 class DBPriceFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.dbprice.impl that return DBPriceFactory
 DBPriceFactory DBPricePackageImpl.getDBPriceFactory()
           
static DBPriceFactory DBPriceFactoryImpl.init()
          Creates the default factory implementation
 


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