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

Packages that use CDOPersistable
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
org.eclipse.emf.cdo.client.util   
testmodel1   
testmodel1.impl   
testmodel1.util   
 

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

Subinterfaces of CDOPersistable in org.eclipse.emf.cdo.client
 interface CDOPersistent
          A representation of the model object 'Persistent'
 

Methods in org.eclipse.emf.cdo.client with parameters of type CDOPersistable
 void ResourceManager.requestObject(CDOPersistable cdoObject)
          For internal use only.
 

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

Classes in org.eclipse.emf.cdo.client.impl that implement CDOPersistable
 class CDOPersistentImpl
          An implementation of the model object 'Persistent'
 

Methods in org.eclipse.emf.cdo.client.impl with parameters of type CDOPersistable
 void ResourceManagerImpl.requestObject(CDOPersistable cdoObject)
           
 

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

Methods in org.eclipse.emf.cdo.client.util with parameters of type CDOPersistable
 java.lang.Object CDOSwitch.caseCDOPersistable(CDOPersistable object)
          Returns the result of interpretting the object as an instance of 'Persistable'
 

Uses of CDOPersistable in testmodel1
 

Subinterfaces of CDOPersistable in testmodel1
 interface EmptyNode
          A representation of the model object 'Empty Node'
 interface EmptyRefNode
          A representation of the model object 'Empty Ref Node'
 interface ExtendedNode
          A representation of the model object 'Extended Node'
 interface TreeNode
          A representation of the model object 'Tree Node'
 

Uses of CDOPersistable in testmodel1.impl
 

Classes in testmodel1.impl that implement CDOPersistable
 class EmptyNodeImpl
          An implementation of the model object 'Empty Node'
 class EmptyRefNodeImpl
          An implementation of the model object 'Empty Ref Node'
 class ExtendedNodeImpl
          An implementation of the model object 'Extended Node'
 class TreeNodeImpl
          An implementation of the model object 'Tree Node'
 

Uses of CDOPersistable in testmodel1.util
 

Methods in testmodel1.util with parameters of type CDOPersistable
 java.lang.Object TestModel1Switch.caseCDOPersistable(CDOPersistable object)
          Returns the result of interpretting the object as an instance of 'Persistable'
 


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