Schnittstelle CDOBinaryResource

Alle Superschnittstellen:
CDOFileResource<InputStream>, CDOObject, CDOResourceLeaf, CDOResourceNode, CDOWithID, EObject, Notifier
Alle bekannten Implementierungsklassen:
CDOBinaryResourceImpl

public interface CDOBinaryResource extends CDOFileResource<InputStream>
A representation of the model object 'CDO Binary Resource'.
Seit:
4.1
Siehe auch:
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.
  • Methodendetails

    • getContents

      CDOBlob 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...

      Angegeben von:
      getContents in Schnittstelle CDOFileResource<InputStream>
      Gibt zurück:
      the value of the 'Contents' attribute.
      Siehe auch:
      Generated
      Model
      dataType="org.eclipse.emf.cdo.etypes.Blob" required="true" transient="true" annotation="http://www.eclipse.org/emf/CDO persistent='true'"
    • setContents

      void setContents(CDOBlob value)
      Sets the value of the 'Contents' attribute.
      Parameter:
      value - the new value of the 'Contents' attribute.
      Siehe auch:
      Generated