Package org.eclipse.emf.cdo.eresource
Interface CDOBinaryResource
- 
- All Superinterfaces:
- CDOFileResource<java.io.InputStream>,- CDOObject,- CDOResourceLeaf,- CDOResourceNode,- CDOWithID,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CDOBinaryResourceImpl
 
 public interface CDOBinaryResource extends CDOFileResource<java.io.InputStream> A representation of the model object 'CDO Binary Resource'.- Since:
- 4.1
- See Also:
- EresourcePackage.getCDOBinaryResource()
- Generated
- Model
- superTypes="org.eclipse.emf.cdo.eresource.CDOFileResource<org.eclipse.emf.cdo.etypes.InputStream>"
- No Implement
- This interface is not intended to be implemented by clients. 
 The following features are supported: 
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.eresource.CDOResourceNodeROOT_NAME, ROOT_PATH
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOBlobgetContents()Returns the value of the 'Contents' attribute.voidsetContents(CDOBlob value)Sets the value of the 'Contents' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.cdo.eresource.CDOResourceNodedelete, getBasename, getExtension, getFolder, getName, getPath, getURI, isRoot, setBasename, setExtension, setFolder, setName, setPath, trimExtension
 
- 
 
- 
- 
- 
Method Detail- 
getContentsCDOBlob getContents() Returns the value of the 'Contents' attribute.If the meaning of the 'Contents' attribute isn't clear, there really should be more of a description here... - Specified by:
- getContentsin interface- CDOFileResource<java.io.InputStream>
- Returns:
- the value of the 'Contents' attribute.
- See Also:
- setContents(CDOBlob),- EresourcePackage.getCDOBinaryResource_Contents()
- Generated
- Model
- dataType="org.eclipse.emf.cdo.etypes.Blob" required="true" transient="true" annotation="http://www.eclipse.org/emf/CDO persistent='true'"
 
 - 
setContentsvoid setContents(CDOBlob value) Sets the value of the 'Contents' attribute.- Parameters:
- value- the new value of the 'Contents' attribute.
- See Also:
- getContents()
- Generated
 
 
- 
 
-