Uses of Interface
org.eclipse.emf.test.models.order.OrderFactory

Packages that use OrderFactory
org.eclipse.emf.test.models.order   
org.eclipse.emf.test.models.order.impl   
 

Uses of OrderFactory in org.eclipse.emf.test.models.order
 

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

Methods in org.eclipse.emf.test.models.order that return OrderFactory
 OrderFactory OrderPackage.getOrderFactory()
          Returns the factory that creates the instances of the model
 

Uses of OrderFactory in org.eclipse.emf.test.models.order.impl
 

Classes in org.eclipse.emf.test.models.order.impl that implement OrderFactory
 class OrderFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.order.impl that return OrderFactory
 OrderFactory OrderPackageImpl.getOrderFactory()
           
static OrderFactory OrderFactoryImpl.init()
          Creates the default factory implementation
 


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