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

Packages that use CustomerOrder
org.eclipse.emf.test.models.order   
org.eclipse.emf.test.models.order.impl   
org.eclipse.emf.test.models.order.util   
 

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

Methods in org.eclipse.emf.test.models.order that return CustomerOrder
 CustomerOrder OrderFactory.createCustomerOrder()
          Returns a new object of class 'Customer Order'
 CustomerOrder DocumentRoot.getOrder()
          Returns the value of the 'Order' containment reference
 

Methods in org.eclipse.emf.test.models.order with parameters of type CustomerOrder
 void DocumentRoot.setOrder(CustomerOrder value)
          Sets the value of the 'Order' containment reference
 

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

Classes in org.eclipse.emf.test.models.order.impl that implement CustomerOrder
 class CustomerOrderImpl
          An implementation of the model object 'Customer Order'
 

Methods in org.eclipse.emf.test.models.order.impl that return CustomerOrder
 CustomerOrder OrderFactoryImpl.createCustomerOrder()
           
 CustomerOrder DocumentRootImpl.getOrder()
           
 

Methods in org.eclipse.emf.test.models.order.impl with parameters of type CustomerOrder
 NotificationChain DocumentRootImpl.basicSetOrder(CustomerOrder newOrder, NotificationChain msgs)
           
 void DocumentRootImpl.setOrder(CustomerOrder newOrder)
           
 

Uses of CustomerOrder in org.eclipse.emf.test.models.order.util
 

Methods in org.eclipse.emf.test.models.order.util with parameters of type CustomerOrder
 T OrderSwitch.caseCustomerOrder(CustomerOrder object)
          Returns the result of interpreting the object as an instance of 'Customer Order'
 


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