Uses of Interface
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.Library

Packages that use Library
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library   
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.util   
 

Uses of Library in org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library
 

Methods in org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library that return Library
 Library LibraryFactory.createLibrary()
          Returns a new object of class 'Library'.
 Library Book.getLibrary()
          Returns the value of the 'Library' container reference.
 Library Writer.getLibrary()
          Returns the value of the 'Library' container reference.
 

Methods in org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library with parameters of type Library
 void Book.setLibrary(Library value)
          Sets the value of the 'Library' container reference.
 void Writer.setLibrary(Library value)
          Sets the value of the 'Library' container reference.
 

Uses of Library in org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.util
 

Methods in org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.util with parameters of type Library
 T LibrarySwitch.caseLibrary(Library object)
          Returns the result of interpreting the object as an instance of 'Library'.