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

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

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

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

Methods in org.eclipse.emf.test.databinding.emfdb that return types with arguments of type B
 EList<B> A.getBlist()
          Returns the value of the 'Blist' containment reference list.
 

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

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

Fields in org.eclipse.emf.test.databinding.emfdb.impl with type parameters of type B
protected  EList<B> AImpl.blist
          The cached value of the 'Blist' containment reference list
 

Methods in org.eclipse.emf.test.databinding.emfdb.impl that return B
 B EmfdbFactoryImpl.createB()
           
 

Methods in org.eclipse.emf.test.databinding.emfdb.impl that return types with arguments of type B
 EList<B> AImpl.getBlist()
           
 

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

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


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