Uses of Interface
org.eclipse.emf.examples.extlibrary.Item

Packages that use Item
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of Item in org.eclipse.emf.examples.extlibrary
 

Subinterfaces of Item in org.eclipse.emf.examples.extlibrary
 interface AudioVisualItem
          A representation of the model object 'Audo Visual Item'
 interface Book
          A representation of the model object 'Book'
 interface BookOnTape
          A representation of the model object 'Book On Tape'
 interface CirculatingItem
          A representation of the model object 'Circulating Item'
 interface Periodical
          A representation of the model object 'Periodical'
 interface VideoCassette
          A representation of the model object 'Video Cassette'
 

Methods in org.eclipse.emf.examples.extlibrary that return types with arguments of type Item
 EList<Item> Library.getStock()
          Returns the value of the 'Stock' containment reference list.
 

Uses of Item in org.eclipse.emf.examples.extlibrary.impl
 

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Item
protected  EList<Item> LibraryImpl.stock
          The cached value of the 'Stock' containment reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return types with arguments of type Item
 EList<Item> LibraryImpl.getStock()
           
 

Uses of Item in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Item
 T EXTLibrarySwitch.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.