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

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

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

Methods in org.eclipse.emf.test.models.ref that return B
 B RefFactory.createB()
          Returns a new object of class 'B'
 B A.getB()
          Returns the value of the 'B' reference.
 

Methods in org.eclipse.emf.test.models.ref that return types with arguments of type B
 EList<B> C2.getB()
          Returns the value of the 'B' containment reference list.
 EList<B> C1.getB()
          Returns the value of the 'B' containment reference list.
 

Methods in org.eclipse.emf.test.models.ref with parameters of type B
 void A.setB(B value)
          Sets the value of the 'B' reference
 

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

Fields in org.eclipse.emf.test.models.ref.impl declared as B
protected  B AImpl.b
          The cached value of the 'B' reference
 

Fields in org.eclipse.emf.test.models.ref.impl with type parameters of type B
protected  EList<B> C2Impl.b
          The cached value of the 'B' containment reference list
protected  EList<B> C1Impl.b
          The cached value of the 'B' containment reference list
 

Methods in org.eclipse.emf.test.models.ref.impl that return B
 B AImpl.basicGetB()
           
 B RefFactoryImpl.createB()
           
 B AImpl.getB()
           
 

Methods in org.eclipse.emf.test.models.ref.impl that return types with arguments of type B
 EList<B> C2Impl.getB()
           
 EList<B> C1Impl.getB()
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type B
 NotificationChain AImpl.basicSetB(B newB, NotificationChain msgs)
           
 void AImpl.setB(B newB)
           
 

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

Methods in org.eclipse.emf.test.models.ref.util with parameters of type B
 T RefSwitch.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.