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

Packages that use Librarian
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 Librarian in org.eclipse.emf.ecp.view.validation.test.model
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return Librarian
 Librarian TestFactory.createLibrarian()
          Returns a new object of class 'Librarian'.
 Librarian Library.getLibrarian()
          Returns the value of the 'Librarian' containment reference.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model with parameters of type Librarian
 void Library.setLibrarian(Librarian value)
          Sets the value of the 'Librarian' containment reference.
 

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

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

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return Librarian
 Librarian TestFactoryImpl.createLibrarian()
           
 Librarian LibraryImpl.getLibrarian()
           
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl with parameters of type Librarian
 org.eclipse.emf.common.notify.NotificationChain LibraryImpl.basicSetLibrarian(Librarian newLibrarian, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LibraryImpl.setLibrarian(Librarian newLibrarian)
           
 

Uses of Librarian 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 Librarian
 T TestSwitch.caseLibrarian(Librarian object)
          Returns the result of interpreting the object as an instance of 'Librarian'.
 boolean TestValidator.validateLibrarian_validate(Librarian librarian, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the validate constraint of 'Librarian'.
 boolean TestValidator.validateLibrarian(Librarian librarian, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.