Uses of Interface
org.eclipse.emf.test.models.ref.unsettable.DU

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

Uses of DU in org.eclipse.emf.test.models.ref.unsettable
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return DU
 DU URefFactory.createDU()
          Returns a new object of class 'DU'
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return types with arguments of type DU
 EList<DU> BU.getDu()
          Returns the value of the 'Du' reference list.
 EList<DU> C4U.getDu()
          Returns the value of the 'Du' containment reference list.
 EList<DU> EU.getDu()
          Returns the value of the 'Du' reference list.
 EList<DU> CU.getDu()
          Returns the value of the 'Du' reference list.
 EList<DU> C3U.getDu()
          Returns the value of the 'Du' containment reference list.
 

Uses of DU in org.eclipse.emf.test.models.ref.unsettable.impl
 

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

Fields in org.eclipse.emf.test.models.ref.unsettable.impl with type parameters of type DU
protected  EList<DU> EUImpl.du
          The cached value of the 'Du' reference list
protected  EList<DU> C4UImpl.du
          The cached value of the 'Du' containment reference list
protected  EList<DU> C3UImpl.du
          The cached value of the 'Du' containment reference list
protected  EList<DU> CUImpl.du
          The cached value of the 'Du' reference list
protected  EList<DU> BUImpl.du
          The cached value of the 'Du' reference list
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return DU
 DU URefFactoryImpl.createDU()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return types with arguments of type DU
 EList<DU> EUImpl.getDu()
           
 EList<DU> C4UImpl.getDu()
           
 EList<DU> C3UImpl.getDu()
           
 EList<DU> CUImpl.getDu()
           
 EList<DU> BUImpl.getDu()
           
 

Uses of DU in org.eclipse.emf.test.models.ref.unsettable.util
 

Methods in org.eclipse.emf.test.models.ref.unsettable.util with parameters of type DU
 T URefSwitch.caseDU(DU object)
          Returns the result of interpreting the object as an instance of 'DU'
 


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