Uses of Interface
org.eclipse.emf.test.models.ref.unsettable.URefFactory

Packages that use URefFactory
org.eclipse.emf.test.edit.command   
org.eclipse.emf.test.models.ref.unsettable   
org.eclipse.emf.test.models.ref.unsettable.impl   
 

Uses of URefFactory in org.eclipse.emf.test.edit.command
 

Fields in org.eclipse.emf.test.edit.command declared as URefFactory
protected  URefFactory UnsetCommandTest.uRefFactory
          The URefFactory.
 

Uses of URefFactory in org.eclipse.emf.test.models.ref.unsettable
 

Fields in org.eclipse.emf.test.models.ref.unsettable declared as URefFactory
static URefFactory URefFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return URefFactory
 URefFactory URefPackage.getURefFactory()
          Returns the factory that creates the instances of the model
 

Uses of URefFactory in org.eclipse.emf.test.models.ref.unsettable.impl
 

Classes in org.eclipse.emf.test.models.ref.unsettable.impl that implement URefFactory
 class URefFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return URefFactory
 URefFactory URefPackageImpl.getURefFactory()
           
static URefFactory URefFactoryImpl.init()
          Creates the default factory implementation
 


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