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:
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.
  • Method Details

    • getContents

      CDOLob<IO> getContents()
      Generated
      Model
      kind="operation" dataType="org.eclipse.emf.cdo.etypes.Lob<IO>" required="true"