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

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

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

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

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

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

Classes in org.eclipse.emf.test.models.key.impl that implement Item
 class ItemImpl
          An implementation of the model object 'Item'
 

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

Methods in org.eclipse.emf.test.models.key.impl that return Item
 Item KeyFactoryImpl.createItem()
           
 

Methods in org.eclipse.emf.test.models.key.impl that return types with arguments of type Item
 EList<Item> RootImpl.getItems()
           
 EList<Item> ItemImpl.getRelatedItems()
           
 

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

Methods in org.eclipse.emf.test.models.key.util with parameters of type Item
 T KeySwitch.caseItem(Item object)
          Returns the result of interpreting the object as an instance of 'Item'
 


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