org.eclipse.emf.cdo.eresource
Interface CDOFileResource<IO>

All Superinterfaces:
CDOObject, CDOResourceLeaf, CDOResourceNode, CDOWithID, EObject, Notifier
All Known Subinterfaces:
CDOBinaryResource, CDOTextResource
All Known Implementing Classes:
CDOBinaryResourceImpl, CDOFileResourceImpl, CDOTextResourceImpl

public interface CDOFileResource<IO>
extends CDOResourceLeaf

A representation of the model object 'CDO File Resource'.

Since:
4.1
See Also:
EresourcePackage.getCDOFileResource()
Generated
Model
abstract="true"
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.eresource.CDOResourceNode
ROOT_NAME, ROOT_PATH
 
Method Summary
 CDOLob<IO> getContents()
           
 
Methods inherited from interface org.eclipse.emf.cdo.eresource.CDOResourceNode
delete, getFolder, getName, getPath, getURI, isRoot, setFolder, setName, setPath
 
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContents

CDOLob<IO> getContents()

Generated
Model
kind="operation" dataType="org.eclipse.emf.cdo.etypes.Lob" required="true"


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