Uses of Interface
org.eclipse.emf.ecp.view.mapping.test.example.AbstractChild

Packages that use AbstractChild
org.eclipse.emf.ecp.view.mapping.test.example   
org.eclipse.emf.ecp.view.mapping.test.example.impl   
org.eclipse.emf.ecp.view.mapping.test.example.util   
 

Uses of AbstractChild in org.eclipse.emf.ecp.view.mapping.test.example
 

Subinterfaces of AbstractChild in org.eclipse.emf.ecp.view.mapping.test.example
 interface Child
          A representation of the model object 'Child'.
 

Methods in org.eclipse.emf.ecp.view.mapping.test.example that return types with arguments of type AbstractChild
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> Container.getChildren()
          Returns the value of the 'Children' map.
 

Uses of AbstractChild in org.eclipse.emf.ecp.view.mapping.test.example.impl
 

Classes in org.eclipse.emf.ecp.view.mapping.test.example.impl that implement AbstractChild
 class AbstractChildImpl
          An implementation of the model object 'Abstract Child'.
 class ChildImpl
          An implementation of the model object 'Child'.
 

Methods in org.eclipse.emf.ecp.view.mapping.test.example.impl that return AbstractChild
 AbstractChild EClassToAdditionMapImpl.basicGetTypedValue()
           
 AbstractChild EClassToAdditionMapImpl.getTypedValue()
           
 AbstractChild EClassToAdditionMapImpl.getValue()
           
 AbstractChild EClassToAdditionMapImpl.setValue(AbstractChild value)
           
 

Methods in org.eclipse.emf.ecp.view.mapping.test.example.impl that return types with arguments of type AbstractChild
 Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild> ExampleFactoryImpl.createEClassToAdditionMap()
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> ContainerImpl.getChildren()
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> EClassToAdditionMapImpl.getEMap()
           
 

Methods in org.eclipse.emf.ecp.view.mapping.test.example.impl with parameters of type AbstractChild
 void EClassToAdditionMapImpl.setTypedValue(AbstractChild newValue)
           
 AbstractChild EClassToAdditionMapImpl.setValue(AbstractChild value)
           
 

Uses of AbstractChild in org.eclipse.emf.ecp.view.mapping.test.example.util
 

Methods in org.eclipse.emf.ecp.view.mapping.test.example.util with parameters of type AbstractChild
 T ExampleSwitch.caseAbstractChild(AbstractChild object)
          Returns the result of interpreting the object as an instance of 'Abstract Child'.
 

Method parameters in org.eclipse.emf.ecp.view.mapping.test.example.util with type arguments of type AbstractChild
 T ExampleSwitch.caseEClassToAdditionMap(Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild> object)
          Returns the result of interpreting the object as an instance of 'EClass To Addition Map'.
 



Copyright © 2015. All Rights Reserved.