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

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

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

Methods in org.eclipse.emf.test.models.ext that return F
 F ExtFactory.createF()
          Returns a new object of class 'F'
 

Methods in org.eclipse.emf.test.models.ext that return types with arguments of type F
 EList<F> ExtE.getF()
          Returns the value of the 'F' containment reference list.
 

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

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

Fields in org.eclipse.emf.test.models.ext.impl with type parameters of type F
protected  EList<F> ExtEImpl.f
          The cached value of the 'F' containment reference list
 

Methods in org.eclipse.emf.test.models.ext.impl that return F
 F ExtFactoryImpl.createF()
           
 

Methods in org.eclipse.emf.test.models.ext.impl that return types with arguments of type F
 EList<F> ExtEImpl.getF()
           
 

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

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


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