Uses of Interface
org.eclipse.emf.ecp.view.edapt.util.test.model.c.EdaptTestC

Packages that use EdaptTestC
org.eclipse.emf.ecp.view.edapt.util.test.model.b   
org.eclipse.emf.ecp.view.edapt.util.test.model.b.impl   
org.eclipse.emf.ecp.view.edapt.util.test.model.c   
org.eclipse.emf.ecp.view.edapt.util.test.model.c.impl   
org.eclipse.emf.ecp.view.edapt.util.test.model.c.util   
 

Uses of EdaptTestC in org.eclipse.emf.ecp.view.edapt.util.test.model.b
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.b that return EdaptTestC
 EdaptTestC EdaptTestB.getC()
          Returns the value of the 'C' reference.
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.b with parameters of type EdaptTestC
 void EdaptTestB.setC(EdaptTestC value)
          Sets the value of the 'C' reference.
 

Uses of EdaptTestC in org.eclipse.emf.ecp.view.edapt.util.test.model.b.impl
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.b.impl that return EdaptTestC
 EdaptTestC EdaptTestBImpl.basicGetC()
           
 EdaptTestC EdaptTestBImpl.getC()
           
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.b.impl with parameters of type EdaptTestC
 void EdaptTestBImpl.setC(EdaptTestC newC)
           
 

Uses of EdaptTestC in org.eclipse.emf.ecp.view.edapt.util.test.model.c
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.c that return EdaptTestC
 EdaptTestC EdaptTestCFactory.createC()
          Returns a new object of class 'C'.
 

Uses of EdaptTestC in org.eclipse.emf.ecp.view.edapt.util.test.model.c.impl
 

Classes in org.eclipse.emf.ecp.view.edapt.util.test.model.c.impl that implement EdaptTestC
 class EdaptTestCImpl
          An implementation of the model object 'C'.
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.c.impl that return EdaptTestC
 EdaptTestC EdaptTestCFactoryImpl.createC()
           
 

Uses of EdaptTestC in org.eclipse.emf.ecp.view.edapt.util.test.model.c.util
 

Methods in org.eclipse.emf.ecp.view.edapt.util.test.model.c.util with parameters of type EdaptTestC
 T CSwitch.caseC(EdaptTestC object)
          Returns the result of interpreting the object as an instance of 'C'.
 



Copyright © 2015. All Rights Reserved.