Uses of Interface
org.eclipse.emf.test.models.ref.unsettable.C4U

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

Uses of C4U in org.eclipse.emf.test.models.ref.unsettable
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return C4U
 C4U URefFactory.createC4U()
          Returns a new object of class 'C4U'
 C4U CU.getC4u()
          Returns the value of the 'C4u' container reference.
 C4U DU.getC4u()
          Returns the value of the 'C4u' container reference.
 

Methods in org.eclipse.emf.test.models.ref.unsettable with parameters of type C4U
 void CU.setC4u(C4U value)
          Sets the value of the 'C4u' container reference
 void DU.setC4u(C4U value)
          Sets the value of the 'C4u' container reference
 

Uses of C4U in org.eclipse.emf.test.models.ref.unsettable.impl
 

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

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return C4U
 C4U URefFactoryImpl.createC4U()
           
 C4U DUImpl.getC4u()
           
 C4U CUImpl.getC4u()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type C4U
 NotificationChain DUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 NotificationChain CUImpl.basicSetC4u(C4U newC4u, NotificationChain msgs)
           
 void DUImpl.setC4u(C4U newC4u)
           
 void CUImpl.setC4u(C4U newC4u)
           
 

Uses of C4U in org.eclipse.emf.test.models.ref.unsettable.util
 

Methods in org.eclipse.emf.test.models.ref.unsettable.util with parameters of type C4U
 T URefSwitch.caseC4U(C4U object)
          Returns the result of interpreting the object as an instance of 'C4U'
 


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