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

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

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

Subinterfaces of Lendable in org.eclipse.emf.examples.extlibrary
 interface AudioVisualItem
          A representation of the model object 'Audo Visual Item'
 interface Book
          A representation of the model object 'Book'
 interface BookOnTape
          A representation of the model object 'Book On Tape'
 interface CirculatingItem
          A representation of the model object 'Circulating Item'
 interface VideoCassette
          A representation of the model object 'Video Cassette'
 

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

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

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Lendable
 class AudioVisualItemImpl
          An implementation of the model object 'Audo Visual Item'
 class BookImpl
          An implementation of the model object 'Book'
 class BookOnTapeImpl
          An implementation of the model object 'Book On Tape'
 class CirculatingItemImpl
          An implementation of the model object 'Circulating Item'
 class VideoCassetteImpl
          An implementation of the model object 'Video Cassette'
 

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Lendable
protected  EList<Lendable> BorrowerImpl.borrowed
          The cached value of the 'Borrowed' reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return types with arguments of type Lendable
 EList<Lendable> BorrowerImpl.getBorrowed()
           
 

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

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


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