Uses of Interface
org.eclipse.emf.test.models.customer.CustomerFactory

Packages that use CustomerFactory
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
 

Uses of CustomerFactory in org.eclipse.emf.test.models.customer
 

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

Methods in org.eclipse.emf.test.models.customer that return CustomerFactory
 CustomerFactory CustomerPackage.getCustomerFactory()
          Returns the factory that creates the instances of the model
 

Uses of CustomerFactory in org.eclipse.emf.test.models.customer.impl
 

Classes in org.eclipse.emf.test.models.customer.impl that implement CustomerFactory
 class CustomerFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.customer.impl that return CustomerFactory
 CustomerFactory CustomerPackageImpl.getCustomerFactory()
           
static CustomerFactory CustomerFactoryImpl.init()
          Creates the default factory implementation
 


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