Uses of Interface
org.eclipse.emf.cdo.common.id.CDOWithID

Packages that use CDOWithID
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.eresource The generated EMF API of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.impl The generated EMF implementation of the CDO repository file system. 
org.eclipse.emf.cdo.etypes The generated EMF API of the CDO system data types and native annotations. 
org.eclipse.emf.cdo.etypes.impl The generated EMF implementation of the CDO system data types and native annotations. 
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOWithID in org.eclipse.emf.cdo
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo
 interface CDOObject
          A specialized subinterface of EObject that is exposed by all CDO objects and allows access to special CDO properties and features of those objects.
 

Uses of CDOWithID in org.eclipse.emf.cdo.eresource
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.eresource
 interface CDOResource
          A representation of the model object 'CDO Resource'.
 interface CDOResourceFolder
          A representation of the model object 'CDO Resource Folder'.
 interface CDOResourceNode
          A representation of the model object 'CDO Resource Node'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.eresource.impl
 

Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOWithID
 class CDOResourceFolderImpl
          An implementation of the model object 'CDO Resource Folder'.
 class CDOResourceImpl
          An implementation of the model object 'CDO Resource'.
 class CDOResourceNodeImpl
          An implementation of the model object 'CDO Resource Node'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.etypes
 

Subinterfaces of CDOWithID in org.eclipse.emf.cdo.etypes
 interface Annotation
          A representation of the model object 'Annotation'.
 interface ModelElement
          A representation of the model object 'Model Element'.
 

Uses of CDOWithID in org.eclipse.emf.cdo.etypes.impl
 

Classes in org.eclipse.emf.cdo.etypes.impl that implement CDOWithID
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class ModelElementImpl
          An implementation of the model object 'Model Element'.
 

Uses of CDOWithID in org.eclipse.emf.internal.cdo
 

Classes in org.eclipse.emf.internal.cdo that implement CDOWithID
 class CDOObjectImpl
          The base class of all native objects.
 

Uses of CDOWithID in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOWithID in org.eclipse.emf.spi.cdo
 interface InternalCDOObject
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.