Uses of Interface
org.eclipse.emf.ecp.validation.test.test.Book

Packages that use Book
org.eclipse.emf.ecp.validation.test.test   
org.eclipse.emf.ecp.validation.test.test.impl   
org.eclipse.emf.ecp.validation.test.test.util   
 

Uses of Book in org.eclipse.emf.ecp.validation.test.test
 

Methods in org.eclipse.emf.ecp.validation.test.test that return Book
 Book TestFactory.createBook()
          Returns a new object of class 'Book'.
 

Methods in org.eclipse.emf.ecp.validation.test.test that return types with arguments of type Book
 org.eclipse.emf.common.util.EList<Book> Writer.getBooks()
          Returns the value of the 'Books' reference list.
 org.eclipse.emf.common.util.EList<Book> Library.getBooks()
          Returns the value of the 'Books' containment reference list.
 

Uses of Book in org.eclipse.emf.ecp.validation.test.test.impl
 

Classes in org.eclipse.emf.ecp.validation.test.test.impl that implement Book
 class BookImpl
          An implementation of the model object 'Book'.
 

Methods in org.eclipse.emf.ecp.validation.test.test.impl that return Book
 Book TestFactoryImpl.createBook()
           
 

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

Uses of Book in org.eclipse.emf.ecp.validation.test.test.util
 

Methods in org.eclipse.emf.ecp.validation.test.test.util with parameters of type Book
 T TestSwitch.caseBook(Book object)
          Returns the result of interpreting the object as an instance of 'Book'.
 boolean TestValidator.validateBook(Book book, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.