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

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

Methods in org.eclipse.emf.ecp.view.validation.test.model that return Library
 Library TestFactory.createLibrary()
          Returns a new object of class 'Library'.
 Library Writer.getLibrary()
          Returns the value of the 'Library' container reference.
 

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

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

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return Library
 Library TestFactoryImpl.createLibrary()
           
 Library WriterImpl.getLibrary()
           
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl with parameters of type Library
 org.eclipse.emf.common.notify.NotificationChain WriterImpl.basicSetLibrary(Library newLibrary, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WriterImpl.setLibrary(Library newLibrary)
           
 

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



Copyright © 2014. All Rights Reserved.