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

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

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

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

Methods in org.eclipse.emf.examples.extlibrary that return types with arguments of type Book
 EList<Book> Writer.getBooks()
          Returns the value of the 'Books' reference list.
 EList<Book> Library.getBooks()
          Returns the value of the 'Books' reference list.
 

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

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

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Book
protected  EList<Book> WriterImpl.books
          The cached value of the 'Books' reference list
protected  EList<Book> LibraryImpl.books
          The cached value of the 'Books' reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Book
 Book EXTLibraryFactoryImpl.createBook()
           
 

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

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

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


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