Uses of Interface
org.eclipse.emf.ecp.view.dynamictree.model.TestElement

Packages that use TestElement
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
 

Uses of TestElement in org.eclipse.emf.ecp.view.dynamictree.model
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return TestElement
 TestElement ModelFactory.createTestElement()
          Returns a new object of class 'Test Element'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return types with arguments of type TestElement
 org.eclipse.emf.common.util.EList<TestElement> TestElement.getElements()
          Returns the value of the 'Elements' containment reference list.
 org.eclipse.emf.common.util.EList<TestElement> TestElementContainer.getTestElements()
          Returns the value of the 'Test Elements' containment reference list.
 

Uses of TestElement in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement TestElement
 class TestElementImpl
          An implementation of the model object 'Test Element'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return TestElement
 TestElement ModelFactoryImpl.createTestElement()
           
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return types with arguments of type TestElement
 org.eclipse.emf.common.util.EList<TestElement> TestElementImpl.getElements()
           
 org.eclipse.emf.common.util.EList<TestElement> TestElementContainerImpl.getTestElements()
           
 

Uses of TestElement in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type TestElement
 T ModelSwitch.caseTestElement(TestElement object)
          Returns the result of interpreting the object as an instance of 'Test Element'.
 boolean ModelValidator.validateTestElement_validate(TestElement testElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the validate constraint of 'Test Element'.
 boolean ModelValidator.validateTestElement(TestElement testElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.