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

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

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

Methods in org.eclipse.emf.examples.extlibrary that return Borrower
 Borrower EXTLibraryFactory.createBorrower()
          Returns a new object of class 'Borrower'
 

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

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

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

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Borrower
protected  EList<Borrower> CirculatingItemImpl.borrowers
          The cached value of the 'Borrowers' reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Borrower
 Borrower EXTLibraryFactoryImpl.createBorrower()
           
 

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

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

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Borrower
 T EXTLibrarySwitch.caseBorrower(Borrower object)
          Returns the result of interpreting the object as an instance of 'Borrower'
 


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