Uses of Interface
org.eclipse.emf.test.core.featuremap.supplier.PurchaseOrder

Packages that use PurchaseOrder
org.eclipse.emf.test.core.featuremap.supplier   
org.eclipse.emf.test.core.featuremap.supplier.impl   
org.eclipse.emf.test.core.featuremap.supplier.util   
 

Uses of PurchaseOrder in org.eclipse.emf.test.core.featuremap.supplier
 

Methods in org.eclipse.emf.test.core.featuremap.supplier that return PurchaseOrder
 PurchaseOrder SupplierFactory.createPurchaseOrder()
          Returns a new object of class 'Purchase Order'
 

Methods in org.eclipse.emf.test.core.featuremap.supplier that return types with arguments of type PurchaseOrder
 EList<PurchaseOrder> Supplier.getPreferredOrders()
          Returns the value of the 'Preferred Orders' containment reference list.
 EList<PurchaseOrder> Supplier.getStandardOrders()
          Returns the value of the 'Standard Orders' containment reference list.
 

Uses of PurchaseOrder in org.eclipse.emf.test.core.featuremap.supplier.impl
 

Classes in org.eclipse.emf.test.core.featuremap.supplier.impl that implement PurchaseOrder
 class PurchaseOrderImpl
          An implementation of the model object 'Purchase Order'
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl that return PurchaseOrder
 PurchaseOrder SupplierFactoryImpl.createPurchaseOrder()
           
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.impl that return types with arguments of type PurchaseOrder
 EList<PurchaseOrder> SupplierImpl.getPreferredOrders()
           
 EList<PurchaseOrder> SupplierImpl.getStandardOrders()
           
 

Uses of PurchaseOrder in org.eclipse.emf.test.core.featuremap.supplier.util
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.util with parameters of type PurchaseOrder
 T SupplierSwitch.casePurchaseOrder(PurchaseOrder object)
          Returns the result of interpreting the object as an instance of 'Purchase Order'
 


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