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

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

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

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

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

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

Uses of CDOPersistent in testmodel1
 

Subinterfaces of CDOPersistent 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 CDOPersistent in testmodel1.impl
 

Classes in testmodel1.impl that implement CDOPersistent
 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 CDOPersistent in testmodel1.util
 

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


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