Interface CDOBinaryResource

    • Method Detail

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

        Specified by:
        getContents in 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'"
      • setContents

        void setContents​(CDOBlob value)
        Sets the value of the 'Contents' attribute.
        Parameters:
        value - the new value of the 'Contents' attribute.
        See Also:
        getContents()
        Generated