Uses of Interface
org.eclipse.emf.test.models.lib.Library

Packages that use Library
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.lib.util   
 

Uses of Library in org.eclipse.emf.test.models.lib
 

Methods in org.eclipse.emf.test.models.lib that return Library
 Library LibFactory.createLibrary()
          Returns a new object of class 'Library'
 Library Person.getLibrary()
          Returns the value of the 'Library' container reference.
 Library Cafeteria.getLibrary()
          Returns the value of the 'Library' container reference.
 

Methods in org.eclipse.emf.test.models.lib with parameters of type Library
 void Person.setLibrary(Library value)
          Sets the value of the 'Library' container reference
 void Cafeteria.setLibrary(Library value)
          Sets the value of the 'Library' container reference
 

Uses of Library in org.eclipse.emf.test.models.lib.impl
 

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

Methods in org.eclipse.emf.test.models.lib.impl that return Library
 Library PersonImpl.basicGetLibrary()
           
 Library CafeteriaImpl.basicGetLibrary()
           
 Library LibFactoryImpl.createLibrary()
           
 Library PersonImpl.getLibrary()
           
 Library CafeteriaImpl.getLibrary()
           
 

Methods in org.eclipse.emf.test.models.lib.impl with parameters of type Library
 NotificationChain PersonImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 NotificationChain CafeteriaImpl.basicSetLibrary(Library newLibrary, NotificationChain msgs)
           
 void PersonImpl.setLibrary(Library newLibrary)
           
 void CafeteriaImpl.setLibrary(Library newLibrary)
           
 

Uses of Library in org.eclipse.emf.test.models.lib.util
 

Methods in org.eclipse.emf.test.models.lib.util with parameters of type Library
 T LibSwitch.caseLibrary(Library object)
          Returns the result of interpreting the object as an instance of 'Library'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.