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

Packages that use CU
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 CU in org.eclipse.emf.test.models.ref.unsettable
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return CU
 CU URefFactory.createCU()
          Returns a new object of class 'CU'
 CU C4U.getCu()
          Returns the value of the 'Cu' containment reference.
 CU AU.getCu()
          Returns the value of the 'Cu' reference
 CU C3U.getCu()
          Returns the value of the 'Cu' containment reference
 CU DU.getCu()
          Returns the value of the 'Cu' reference.
 

Methods in org.eclipse.emf.test.models.ref.unsettable with parameters of type CU
 void C4U.setCu(CU value)
          Sets the value of the 'Cu' containment reference
 void AU.setCu(CU value)
          Sets the value of the 'Cu' reference
 void C3U.setCu(CU value)
          Sets the value of the 'Cu' containment reference
 void DU.setCu(CU value)
          Sets the value of the 'Cu' reference
 

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

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

Fields in org.eclipse.emf.test.models.ref.unsettable.impl declared as CU
protected  CU C4UImpl.cu
          The cached value of the 'Cu' containment reference
protected  CU DUImpl.cu
          The cached value of the 'Cu' reference
protected  CU C3UImpl.cu
          The cached value of the 'Cu' containment reference
protected  CU AUImpl.cu
          The cached value of the 'Cu' reference
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return CU
 CU DUImpl.basicGetCu()
           
 CU AUImpl.basicGetCu()
           
 CU URefFactoryImpl.createCU()
           
 CU C4UImpl.getCu()
           
 CU DUImpl.getCu()
           
 CU C3UImpl.getCu()
           
 CU AUImpl.getCu()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type CU
 NotificationChain C4UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain DUImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 NotificationChain C3UImpl.basicSetCu(CU newCu, NotificationChain msgs)
           
 void C4UImpl.setCu(CU newCu)
           
 void DUImpl.setCu(CU newCu)
           
 void C3UImpl.setCu(CU newCu)
           
 void AUImpl.setCu(CU newCu)
           
 

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

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


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