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

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

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

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

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

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

Methods in org.eclipse.emf.ecp.validation.test.test.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(Library library, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.