Uses of Interface
org.eclipse.emf.ecore.sdo.SDOFactory

Packages that use SDOFactory
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF. 
org.eclipse.emf.ecore.sdo.impl Provides an implementation of the Ecore-based SDO API. 
org.eclipse.emf.ecore.sdo.presentation Provides UI support for Ecore SDO. 
 

Uses of SDOFactory in org.eclipse.emf.ecore.sdo
 

Fields in org.eclipse.emf.ecore.sdo declared as SDOFactory
static SDOFactory SDOFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.ecore.sdo that return SDOFactory
 SDOFactory SDOPackage.getSDOFactory()
          Returns the factory that creates the instances of the model
 

Uses of SDOFactory in org.eclipse.emf.ecore.sdo.impl
 

Classes in org.eclipse.emf.ecore.sdo.impl that implement SDOFactory
 class SDOFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.ecore.sdo.impl that return SDOFactory
 SDOFactory SDOPackageImpl.getSDOFactory()
           
static SDOFactory SDOFactoryImpl.init()
          Creates the default factory implementation
 

Uses of SDOFactory in org.eclipse.emf.ecore.sdo.presentation
 

Fields in org.eclipse.emf.ecore.sdo.presentation declared as SDOFactory
protected  SDOFactory SDOModelWizard.sdoFactory
          This caches an instance of the model factory
 


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