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

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

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

Methods in org.eclipse.emf.examples.extlibrary that return BookOnTape
 BookOnTape EXTLibraryFactory.createBookOnTape()
          Returns a new object of class 'Book On Tape'
 

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

Classes in org.eclipse.emf.examples.extlibrary.impl that implement BookOnTape
 class BookOnTapeImpl
          An implementation of the model object 'Book On Tape'
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return BookOnTape
 BookOnTape EXTLibraryFactoryImpl.createBookOnTape()
           
 

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

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type BookOnTape
 T EXTLibrarySwitch.caseBookOnTape(BookOnTape object)
          Returns the result of interpreting the object as an instance of 'Book On Tape'
 


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