Uses of Interface
org.eclipse.emf.test.models.ref.E

Packages that use E
org.eclipse.emf.test.models.ext   
org.eclipse.emf.test.models.ext.impl   
org.eclipse.emf.test.models.ext.util   
org.eclipse.emf.test.models.ref   
org.eclipse.emf.test.models.ref.impl   
org.eclipse.emf.test.models.ref.util   
 

Uses of E in org.eclipse.emf.test.models.ext
 

Subinterfaces of E in org.eclipse.emf.test.models.ext
 interface ExtE
          A representation of the model object 'E'
 

Uses of E in org.eclipse.emf.test.models.ext.impl
 

Classes in org.eclipse.emf.test.models.ext.impl that implement E
 class ExtEImpl
          An implementation of the model object 'E'
 

Uses of E in org.eclipse.emf.test.models.ext.util
 

Methods in org.eclipse.emf.test.models.ext.util with parameters of type E
 T ExtSwitch.caseE(E object)
          Returns the result of interpreting the object as an instance of 'E'
 

Uses of E in org.eclipse.emf.test.models.ref
 

Methods in org.eclipse.emf.test.models.ref that return E
 E RefFactory.createE()
          Returns a new object of class 'E'
 

Methods in org.eclipse.emf.test.models.ref that return types with arguments of type E
 EList<E> D.getE()
          Returns the value of the 'E' reference list.
 

Uses of E in org.eclipse.emf.test.models.ref.impl
 

Classes in org.eclipse.emf.test.models.ref.impl that implement E
 class EImpl
          An implementation of the model object 'E'
 

Fields in org.eclipse.emf.test.models.ref.impl with type parameters of type E
protected  EList<E> DImpl.e
          The cached value of the 'E' reference list
 

Methods in org.eclipse.emf.test.models.ref.impl that return E
 E RefFactoryImpl.createE()
           
 

Methods in org.eclipse.emf.test.models.ref.impl that return types with arguments of type E
 EList<E> DImpl.getE()
           
 

Uses of E in org.eclipse.emf.test.models.ref.util
 

Methods in org.eclipse.emf.test.models.ref.util with parameters of type E
 T RefSwitch.caseE(E object)
          Returns the result of interpreting the object as an instance of 'E'
 


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