Uses of Interface
org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C

Packages that use C
org.eclipse.emfforms.core.services.databinding.testmodel.test.model   
org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl   
org.eclipse.emfforms.core.services.databinding.testmodel.test.model.util   
 

Uses of C in org.eclipse.emfforms.core.services.databinding.testmodel.test.model
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model that return C
 C TestFactory.createC()
          Returns a new object of class 'C'.
 C B.getC()
          Returns the value of the 'C' containment reference.
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model that return types with arguments of type C
 org.eclipse.emf.common.util.EList<C> B.getCList()
          Returns the value of the 'CList' reference list.
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model with parameters of type C
 void B.setC(C value)
          Sets the value of the 'C' containment reference.
 

Uses of C in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl
 

Classes in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl that implement C
 class CImpl
          An implementation of the model object 'C'.
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl that return C
 C TestFactoryImpl.createC()
           
 C BImpl.getC()
           
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl that return types with arguments of type C
 org.eclipse.emf.common.util.EList<C> BImpl.getCList()
           
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl with parameters of type C
 org.eclipse.emf.common.notify.NotificationChain BImpl.basicSetC(C newC, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BImpl.setC(C newC)
           
 

Uses of C in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.util
 

Methods in org.eclipse.emfforms.core.services.databinding.testmodel.test.model.util with parameters of type C
 T TestSwitch.caseC(C object)
          Returns the result of interpreting the object as an instance of 'C'.
 



Copyright © 2015. All Rights Reserved.