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

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

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

Methods in org.eclipse.emf.test.models.ref that return A
 A RefFactory.createA()
          Returns a new object of class 'A'
 A C2.getA()
          Returns the value of the 'A' containment reference.
 A B.getA()
          Returns the value of the 'A' reference.
 A C1.getA()
          Returns the value of the 'A' containment reference
 

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

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

Fields in org.eclipse.emf.test.models.ref.impl declared as A
protected  A C2Impl.a
          The cached value of the 'A' containment reference
protected  A BImpl.a
          The cached value of the 'A' reference
protected  A C1Impl.a
          The cached value of the 'A' containment reference
 

Methods in org.eclipse.emf.test.models.ref.impl that return A
 A BImpl.basicGetA()
           
 A RefFactoryImpl.createA()
           
 A C2Impl.getA()
           
 A BImpl.getA()
           
 A C1Impl.getA()
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type A
 NotificationChain C2Impl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetA(A newA, NotificationChain msgs)
           
 NotificationChain C1Impl.basicSetA(A newA, NotificationChain msgs)
           
 void C2Impl.setA(A newA)
           
 void BImpl.setA(A newA)
           
 void C1Impl.setA(A newA)
           
 

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

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