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

Packages that use SDOPackage
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. 
org.eclipse.emf.ecore.sdo.util Provides utilities. 
 

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

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

Methods in org.eclipse.emf.ecore.sdo that return SDOPackage
 SDOPackage SDOFactory.getSDOPackage()
          Returns the package supported by this factory
 

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

Classes in org.eclipse.emf.ecore.sdo.impl that implement SDOPackage
 class SDOPackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.sdo.impl that return SDOPackage
 SDOPackage SDOFactoryImpl.getSDOPackage()
           
static SDOPackage SDOFactoryImpl.getPackage()
          Deprecated.  
static SDOPackage SDOPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

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

Fields in org.eclipse.emf.ecore.sdo.presentation declared as SDOPackage
protected  SDOPackage SDOModelWizard.sdoPackage
          This caches an instance of the model package
 

Uses of SDOPackage in org.eclipse.emf.ecore.sdo.util
 

Fields in org.eclipse.emf.ecore.sdo.util declared as SDOPackage
protected static SDOPackage SDOAdapterFactory.modelPackage
          The cached model package
protected static SDOPackage SDOSwitch.modelPackage
          The cached model package
 


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