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

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

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

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

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

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

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

Methods in org.eclipse.emf.test.models.ref.impl that return C2
 C2 RefFactoryImpl.createC2()
           
 C2 AImpl.getC2()
           
 C2 BImpl.getC2()
           
 

Methods in org.eclipse.emf.test.models.ref.impl with parameters of type C2
 NotificationChain AImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 NotificationChain BImpl.basicSetC2(C2 newC2, NotificationChain msgs)
           
 void AImpl.setC2(C2 newC2)
           
 void BImpl.setC2(C2 newC2)
           
 

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

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


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