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

Packages that use Intermediate
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 Intermediate in org.eclipse.emf.ecp.view.keyattribute.test.example
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example that return Intermediate
 Intermediate ExampleFactory.createIntermediate()
          Returns a new object of class 'Intermediate'.
 Intermediate Root.getIntermediate()
          Returns the value of the 'Intermediate' containment reference.
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example with parameters of type Intermediate
 void Root.setIntermediate(Intermediate value)
          Sets the value of the 'Intermediate' containment reference.
 

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

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

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl that return Intermediate
 Intermediate ExampleFactoryImpl.createIntermediate()
           
 Intermediate RootImpl.getIntermediate()
           
 

Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl with parameters of type Intermediate
 org.eclipse.emf.common.notify.NotificationChain RootImpl.basicSetIntermediate(Intermediate newIntermediate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootImpl.setIntermediate(Intermediate newIntermediate)
           
 

Uses of Intermediate 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 Intermediate
 T ExampleSwitch.caseIntermediate(Intermediate object)
          Returns the result of interpreting the object as an instance of 'Intermediate'.
 



Copyright © 2015. All Rights Reserved.