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

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

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

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

Methods in org.eclipse.emf.ecp.view.validation.test.model 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.view.validation.test.model.impl
 

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

Methods in org.eclipse.emf.ecp.view.validation.test.model.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.view.validation.test.model.util
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.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_validate(Book book, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the validate constraint of 'Book'.
 boolean TestValidator.validateBook(Book book, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.