Uses of Interface
org.eclipse.emf.test.models.ppo.Item

Packages that use Item
org.eclipse.emf.test.models.ppo   
org.eclipse.emf.test.models.ppo.impl   
org.eclipse.emf.test.models.ppo.util   
 

Uses of Item in org.eclipse.emf.test.models.ppo
 

Methods in org.eclipse.emf.test.models.ppo that return Item
 Item PPOFactory.createItem()
          Returns a new object of class 'Item'
 

Methods in org.eclipse.emf.test.models.ppo that return types with arguments of type Item
 EList<Item> PurchaseOrder.getItems()
          Returns the value of the 'Items' containment reference list.
 

Uses of Item in org.eclipse.emf.test.models.ppo.impl
 

Fields in org.eclipse.emf.test.models.ppo.impl with type parameters of type Item
protected  EList<Item> PurchaseOrderImpl.items
          The cached value of the 'Items' containment reference list
 

Methods in org.eclipse.emf.test.models.ppo.impl that return Item
 Item PPOFactoryImpl.createItem()
           
 

Methods in org.eclipse.emf.test.models.ppo.impl that return types with arguments of type Item
 EList<Item> PurchaseOrderImpl.getItems()
           
 

Uses of Item in org.eclipse.emf.test.models.ppo.util
 

Methods in org.eclipse.emf.test.models.ppo.util with parameters of type Item
 T PPOSwitch.caseItem(Item object)
          Returns the result of interpreting the object as an instance of 'Item'
 boolean PPOValidator.validateItem_NonNegativeQuantity(Item item, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NonNegativeQuantity constraint of 'Item'
 boolean PPOValidator.validateItem_ValidShipDate(Item item, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the ValidShipDate constraint of 'Item'
 boolean PPOValidator.validateItem(Item item, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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