Uses of Interface
org.eclipse.emf.ecp.view.keyattribute.test.example.Child

Packages that use Child
org.eclipse.emf.ecp.view.keyattribute.test.example   
org.eclipse.emf.ecp.view.keyattribute.test.example.impl   
org.eclipse.emf.ecp.view.keyattribute.test.example.util   
 

Uses of Child in org.eclipse.emf.ecp.view.keyattribute.test.example
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example that return Child
 Child ExampleFactory.createChild()
          Returns a new object of class 'Child'.
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example that return types with arguments of type Child
 org.eclipse.emf.common.util.EList<Child> Container.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Uses of Child in org.eclipse.emf.ecp.view.keyattribute.test.example.impl
 

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

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl that return Child
 Child ExampleFactoryImpl.createChild()
           
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl that return types with arguments of type Child
 org.eclipse.emf.common.util.EList<Child> ContainerImpl.getChildren()
           
 

Uses of Child in org.eclipse.emf.ecp.view.keyattribute.test.example.util
 

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



Copyright © 2015. All Rights Reserved.