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

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

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

Methods in org.eclipse.emf.test.models.library that return Library
 Library LibraryFactory.createLibrary()
          Returns a new object of class 'Library'
 

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

Methods in org.eclipse.emf.test.models.library.impl that return Library
 Library LibraryFactoryImpl.createLibrary()
           
 

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

Methods in org.eclipse.emf.test.models.library.util with parameters of type Library
 T LibrarySwitch.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.