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

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

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

Methods in org.eclipse.emf.test.models.ref that return C
 C RefFactory.createC()
          Returns a new object of class 'C'
 C C4.getC()
          Returns the value of the 'C' containment reference.
 C D.getC()
          Returns the value of the 'C' reference.
 C C3.getC()
          Returns the value of the 'C' containment reference
 C A.getC()
          Returns the value of the 'C' reference
 

Methods in org.eclipse.emf.test.models.ref with parameters of type C
 void C4.setC(C value)
          Sets the value of the 'C' containment reference
 void D.setC(C value)
          Sets the value of the 'C' reference
 void C3.setC(C value)
          Sets the value of the 'C' containment reference
 void A.setC(C value)
          Sets the value of the 'C' reference
 

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

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

Fields in org.eclipse.emf.test.models.ref.impl declared as C
protected  C DImpl.c
          The cached value of the 'C' reference
protected  C C3Impl.c
          The cached value of the 'C' containment reference
protected  C AImpl.c
          The cached value of the 'C' reference
protected  C C4Impl.c
          The cached value of the 'C' containment reference
 

Methods in org.eclipse.emf.test.models.ref.impl that return C
 C DImpl.basicGetC()
           
 C AImpl.basicGetC()
           
 C RefFactoryImpl.createC()
           
 C DImpl.getC()
           
 C C3Impl.getC()
           
 C AImpl.getC()
           
 C C4Impl.getC()
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type C
 NotificationChain DImpl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C3Impl.basicSetC(C newC, NotificationChain msgs)
           
 NotificationChain C4Impl.basicSetC(C newC, NotificationChain msgs)
           
 void DImpl.setC(C newC)
           
 void C3Impl.setC(C newC)
           
 void AImpl.setC(C newC)
           
 void C4Impl.setC(C newC)
           
 

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

Methods in org.eclipse.emf.test.models.ref.util with parameters of type C
 T RefSwitch.caseC(C object)
          Returns the result of interpreting the object as an instance of 'C'
 


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