Uses of Interface
org.eclipse.emf.examples.extlibrary.Library

Packages that use Library
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of Library in org.eclipse.emf.examples.extlibrary
 

Methods in org.eclipse.emf.examples.extlibrary that return Library
 Library EXTLibraryFactory.createLibrary()
          Returns a new object of class 'Library'
 Library Library.getParentBranch()
          Returns the value of the 'Parent Branch' container reference.
 

Methods in org.eclipse.emf.examples.extlibrary that return types with arguments of type Library
 EList<Library> Library.getBranches()
          Returns the value of the 'Branches' containment reference list.
 

Methods in org.eclipse.emf.examples.extlibrary with parameters of type Library
 void Library.setParentBranch(Library value)
          Sets the value of the 'Parent Branch' container reference
 

Uses of Library in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Library
 class LibraryImpl
          An implementation of the model object 'Library'
 

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Library
protected  EList<Library> LibraryImpl.branches
          The cached value of the 'Branches' containment reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Library
 Library LibraryImpl.basicGetParentBranch()
           
 Library EXTLibraryFactoryImpl.createLibrary()
           
 Library LibraryImpl.getParentBranch()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return types with arguments of type Library
 EList<Library> LibraryImpl.getBranches()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type Library
 NotificationChain LibraryImpl.basicSetParentBranch(Library newParentBranch, NotificationChain msgs)
           
 void LibraryImpl.setParentBranch(Library newParentBranch)
           
 

Uses of Library in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Library
 T EXTLibrarySwitch.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.