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

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

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

Methods in org.eclipse.emf.test.models.ref that return C4
 C4 RefFactory.createC4()
          Returns a new object of class 'C4'
 C4 D.getC4()
          Returns the value of the 'C4' container reference.
 C4 C.getC4()
          Returns the value of the 'C4' container reference.
 

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

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

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

Methods in org.eclipse.emf.test.models.ref.impl that return C4
 C4 RefFactoryImpl.createC4()
           
 C4 CImpl.getC4()
           
 C4 DImpl.getC4()
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type C4
 NotificationChain CImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 NotificationChain DImpl.basicSetC4(C4 newC4, NotificationChain msgs)
           
 void CImpl.setC4(C4 newC4)
           
 void DImpl.setC4(C4 newC4)
           
 

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

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


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