Uses of Interface
org.eclipse.emf.test.databinding.emfdb.A

Packages that use A
org.eclipse.emf.test.databinding.emfdb   
org.eclipse.emf.test.databinding.emfdb.impl   
org.eclipse.emf.test.databinding.emfdb.util   
 

Uses of A in org.eclipse.emf.test.databinding.emfdb
 

Methods in org.eclipse.emf.test.databinding.emfdb that return A
 A EmfdbFactory.createA()
          Returns a new object of class 'A'
 

Uses of A in org.eclipse.emf.test.databinding.emfdb.impl
 

Classes in org.eclipse.emf.test.databinding.emfdb.impl that implement A
 class AImpl
          An implementation of the model object 'A'
 

Methods in org.eclipse.emf.test.databinding.emfdb.impl that return A
 A EmfdbFactoryImpl.createA()
           
 

Uses of A in org.eclipse.emf.test.databinding.emfdb.util
 

Methods in org.eclipse.emf.test.databinding.emfdb.util with parameters of type A
 T EmfdbSwitch.caseA(A object)
          Returns the result of interpreting the object as an instance of 'A'
 


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