org.eclipse.emf.cdo.client
Interface CDOPersistent

All Superinterfaces:
CDOPersistable, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EmptyNode, EmptyRefNode, ExtendedNode, TreeNode
All Known Implementing Classes:
CDOPersistentImpl, EmptyNodeImpl, EmptyRefNodeImpl, ExtendedNodeImpl, TreeNodeImpl

public interface CDOPersistent
extends CDOPersistable

A representation of the model object 'Persistent'.

See Also:
CDOPackage.getCDOPersistent()

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.client.CDOPersistable
NOT_LOADED_YET
 
Method Summary
 
Methods inherited from interface org.eclipse.emf.cdo.client.CDOPersistable
cdoGetOCA, cdoGetOID, cdoGetResource, cdoIsLoaded, cdoIsNew, cdoLoad, cdoSetNew, cdoSetOCA, cdoSetOID, cdoSetResource
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 


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