org.eclipse.emf.cdo
Interface CDOObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CDOResource, EresourceObject
All Known Implementing Classes:
org.eclipse.emf.internal.cdo.CDOObjectImpl, CDOResourceImpl

public interface CDOObject
extends org.eclipse.emf.ecore.EObject


Method Summary
 CDOClass cdoClass()
           
 CDOID cdoID()
           
 void cdoReload()
           
 CDOResource cdoResource()
           
 CDORevision cdoRevision()
           
 CDOState cdoState()
           
 CDOView cdoView()
           
 
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
 

Method Detail

cdoClass

CDOClass cdoClass()

cdoID

CDOID cdoID()

cdoState

CDOState cdoState()

cdoView

CDOView cdoView()

cdoResource

CDOResource cdoResource()

cdoRevision

CDORevision cdoRevision()

cdoReload

void cdoReload()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.