Uses of Interface
org.eclipse.emf.cdo.client.CDOPackage

Packages that use CDOPackage
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
org.eclipse.emf.cdo.client.util   
 

Uses of CDOPackage in org.eclipse.emf.cdo.client
 

Fields in org.eclipse.emf.cdo.client declared as CDOPackage
static CDOPackage CDOPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.cdo.client that return CDOPackage
 CDOPackage CDOFactory.getCDOPackage()
          Returns the package supported by this factory
 

Uses of CDOPackage in org.eclipse.emf.cdo.client.impl
 

Classes in org.eclipse.emf.cdo.client.impl that implement CDOPackage
 class CDOPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.cdo.client.impl that return CDOPackage
 CDOPackage CDOFactoryImpl.getCDOPackage()
           
static CDOPackage CDOFactoryImpl.getPackage()
          Deprecated.  
static CDOPackage CDOPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of CDOPackage in org.eclipse.emf.cdo.client.util
 

Fields in org.eclipse.emf.cdo.client.util declared as CDOPackage
protected static CDOPackage CDOSwitch.modelPackage
          The cached model package
protected static CDOPackage CDOAdapterFactory.modelPackage
          The cached model package
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.