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

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

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

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

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

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

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

Fields in org.eclipse.emf.test.models.ref.impl with type parameters of type D
protected  EList<D> CImpl.d
          The cached value of the 'D' reference list
protected  EList<D> C3Impl.d
          The cached value of the 'D' containment reference list
protected  EList<D> EImpl.d
          The cached value of the 'D' reference list
protected  EList<D> C4Impl.d
          The cached value of the 'D' containment reference list
protected  EList<D> BImpl.d
          The cached value of the 'D' reference list
 

Methods in org.eclipse.emf.test.models.ref.impl that return D
 D RefFactoryImpl.createD()
           
 

Methods in org.eclipse.emf.test.models.ref.impl that return types with arguments of type D
 EList<D> CImpl.getD()
           
 EList<D> C3Impl.getD()
           
 EList<D> EImpl.getD()
           
 EList<D> C4Impl.getD()
           
 EList<D> BImpl.getD()
           
 

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

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


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