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

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

Methods in org.eclipse.emf.test.models.ref.unsettable that return C2U
 C2U URefFactory.createC2U()
          Returns a new object of class 'C2U'
 C2U BU.getC2u()
          Returns the value of the 'C2u' container reference.
 C2U AU.getC2u()
          Returns the value of the 'C2u' container reference.
 

Methods in org.eclipse.emf.test.models.ref.unsettable with parameters of type C2U
 void BU.setC2u(C2U value)
          Sets the value of the 'C2u' container reference
 void AU.setC2u(C2U value)
          Sets the value of the 'C2u' container reference
 

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

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

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return C2U
 C2U URefFactoryImpl.createC2U()
           
 C2U BUImpl.getC2u()
           
 C2U AUImpl.getC2u()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type C2U
 NotificationChain BUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 NotificationChain AUImpl.basicSetC2u(C2U newC2u, NotificationChain msgs)
           
 void BUImpl.setC2u(C2U newC2u)
           
 void AUImpl.setC2u(C2U newC2u)
           
 

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

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


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