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

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

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

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

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

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

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

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type AudioVisualItem
 T EXTLibrarySwitch.caseAudioVisualItem(AudioVisualItem object)
          Returns the result of interpreting the object as an instance of 'Audio Visual Item'
 


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