Uses of Interface
org.eclipse.emf.test.models.library.Book

Packages that use Book
org.eclipse.emf.test.models.library   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.library.util   
 

Uses of Book in org.eclipse.emf.test.models.library
 

Methods in org.eclipse.emf.test.models.library that return Book
 Book LibraryFactory.createBook()
          Returns a new object of class 'Book'
 

Methods in org.eclipse.emf.test.models.library 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' containment reference list.
 

Uses of Book in org.eclipse.emf.test.models.library.impl
 

Fields in org.eclipse.emf.test.models.library.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' containment reference list
 

Methods in org.eclipse.emf.test.models.library.impl that return Book
 Book LibraryFactoryImpl.createBook()
           
 

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

Uses of Book in org.eclipse.emf.test.models.library.util
 

Methods in org.eclipse.emf.test.models.library.util with parameters of type Book
 T LibrarySwitch.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.