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

Packages that use EU
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 EU in org.eclipse.emf.test.models.ref.unsettable
 

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

Methods in org.eclipse.emf.test.models.ref.unsettable that return types with arguments of type EU
 EList<EU> DU.getEu()
          Returns the value of the 'Eu' reference list.
 

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

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

Fields in org.eclipse.emf.test.models.ref.unsettable.impl with type parameters of type EU
protected  EList<EU> DUImpl.eu
          The cached value of the 'Eu' reference list
 

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

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return types with arguments of type EU
 EList<EU> DUImpl.getEu()
           
 

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

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


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