Uses of Interface
org.eclipse.emf.test.models.ext.ExtE

Packages that use ExtE
org.eclipse.emf.test.models.ext   
org.eclipse.emf.test.models.ext.impl   
org.eclipse.emf.test.models.ext.util   
 

Uses of ExtE in org.eclipse.emf.test.models.ext
 

Methods in org.eclipse.emf.test.models.ext that return ExtE
 ExtE ExtFactory.createExtE()
          Returns a new object of class 'E'
 ExtE F.getE()
          Returns the value of the 'E' container reference.
 

Methods in org.eclipse.emf.test.models.ext with parameters of type ExtE
 void F.setE(ExtE value)
          Sets the value of the 'E' container reference
 

Uses of ExtE in org.eclipse.emf.test.models.ext.impl
 

Classes in org.eclipse.emf.test.models.ext.impl that implement ExtE
 class ExtEImpl
          An implementation of the model object 'E'
 

Methods in org.eclipse.emf.test.models.ext.impl that return ExtE
 ExtE ExtFactoryImpl.createExtE()
           
 ExtE FImpl.getE()
           
 

Methods in org.eclipse.emf.test.models.ext.impl with parameters of type ExtE
 NotificationChain FImpl.basicSetE(ExtE newE, NotificationChain msgs)
           
 void FImpl.setE(ExtE newE)
           
 

Uses of ExtE in org.eclipse.emf.test.models.ext.util
 

Methods in org.eclipse.emf.test.models.ext.util with parameters of type ExtE
 T ExtSwitch.caseExtE(ExtE object)
          Returns the result of interpreting the object as an instance of 'E'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.