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

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

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

Subinterfaces of CirculatingItem 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 VideoCassette
          A representation of the model object 'Video Cassette'
 

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

Classes in org.eclipse.emf.examples.extlibrary.impl that implement CirculatingItem
 class AudioVisualItemImpl
          An implementation of the model object 'Audo Visual Item'
 class BookImpl
          An implementation of the model object 'Book'
 class BookOnTapeImpl
          An implementation of the model object 'Book On Tape'
 class CirculatingItemImpl
          An implementation of the model object 'Circulating Item'
 class VideoCassetteImpl
          An implementation of the model object 'Video Cassette'
 

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

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type CirculatingItem
 T EXTLibrarySwitch.caseCirculatingItem(CirculatingItem object)
          Returns the result of interpreting the object as an instance of 'Circulating Item'
 


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