Uses of Interface
org.eclipse.emf.test.models.lib.Person

Packages that use Person
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.lib.util   
 

Uses of Person in org.eclipse.emf.test.models.lib
 

Methods in org.eclipse.emf.test.models.lib that return Person
 Person LibFactory.createPerson()
          Returns a new object of class 'Person'
 

Methods in org.eclipse.emf.test.models.lib that return types with arguments of type Person
 EList<Person> Library.getWriters()
          Returns the value of the 'Writers' containment reference list.
 

Uses of Person in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement Person
 class PersonImpl
          An implementation of the model object 'Person'
 

Fields in org.eclipse.emf.test.models.lib.impl with type parameters of type Person
protected  EList<Person> LibraryImpl.writers
          The cached value of the 'Writers' containment reference list
 

Methods in org.eclipse.emf.test.models.lib.impl that return Person
 Person LibFactoryImpl.createPerson()
           
 

Methods in org.eclipse.emf.test.models.lib.impl that return types with arguments of type Person
 EList<Person> LibraryImpl.getWriters()
           
 

Uses of Person in org.eclipse.emf.test.models.lib.util
 

Methods in org.eclipse.emf.test.models.lib.util with parameters of type Person
 T LibSwitch.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.