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

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

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

Subinterfaces of Person in org.eclipse.emf.examples.extlibrary
 interface Borrower
          A representation of the model object 'Borrower'
 interface Employee
          A representation of the model object 'Employee'
 interface Writer
          A representation of the model object 'Writer'
 

Methods in org.eclipse.emf.examples.extlibrary that return Person
 Person EXTLibraryFactory.createPerson()
          Returns a new object of class 'Person'
 Person BookOnTape.getReader()
          Returns the value of the 'Reader' reference
 

Methods in org.eclipse.emf.examples.extlibrary that return types with arguments of type Person
 EList<Person> VideoCassette.getCast()
          Returns the value of the 'Cast' reference list.
 

Methods in org.eclipse.emf.examples.extlibrary with parameters of type Person
 void BookOnTape.setReader(Person value)
          Sets the value of the 'Reader' reference
 

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

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Person
 class BorrowerImpl
          An implementation of the model object 'Borrower'
 class EmployeeImpl
          An implementation of the model object 'Employee'
 class PersonImpl
          An implementation of the model object 'Person'
 class WriterImpl
          An implementation of the model object 'Writer'
 

Fields in org.eclipse.emf.examples.extlibrary.impl declared as Person
protected  Person BookOnTapeImpl.reader
          The cached value of the 'Reader' reference
 

Fields in org.eclipse.emf.examples.extlibrary.impl with type parameters of type Person
protected  EList<Person> VideoCassetteImpl.cast
          The cached value of the 'Cast' reference list
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Person
 Person BookOnTapeImpl.basicGetReader()
           
 Person EXTLibraryFactoryImpl.createPerson()
           
 Person BookOnTapeImpl.getReader()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return types with arguments of type Person
 EList<Person> VideoCassetteImpl.getCast()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type Person
 void BookOnTapeImpl.setReader(Person newReader)
           
 

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

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


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