org.eclipse.emf.examples.extlibrary
Interface Borrower

All Superinterfaces:
Addressable, EObject, Notifier, Person
All Known Implementing Classes:
BorrowerImpl

public interface Borrower
extends Person

A representation of the model object 'Borrower'.

The following features are supported:

See Also:
EXTLibraryPackage.getBorrower()

Method Summary
 EList<Lendable> getBorrowed()
          Returns the value of the 'Borrowed' reference list.
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Person
getFirstName, getLastName, setFirstName, setLastName
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Addressable
getAddress, setAddress
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBorrowed

EList<Lendable> getBorrowed()
Returns the value of the 'Borrowed' reference list. The list contents are of type Lendable. It is bidirectional and its opposite is 'Borrowers'.

Returns:
the value of the 'Borrowed' reference list.
See Also:
EXTLibraryPackage.getBorrower_Borrowed(), Lendable.getBorrowers()

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