Interface CDOTextResource

    • Method Detail

      • getContents

        CDOClob 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.Reader>
        Returns:
        the value of the 'Contents' attribute.
        See Also:
        setContents(CDOClob), EresourcePackage.getCDOTextResource_Contents()
        Generated
        Model
        dataType="org.eclipse.emf.cdo.etypes.Clob" required="true" transient="true" annotation="http://www.eclipse.org/emf/CDO persistent='true'"
      • setContents

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

        java.lang.String getEncoding()
        Returns the value of the 'Encoding' attribute.

        If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...

        Specified by:
        getEncoding in interface org.eclipse.net4j.util.io.EncodingProvider
        Returns:
        the value of the 'Encoding' attribute.
        Since:
        4.2
        See Also:
        setEncoding(String), EresourcePackage.getCDOTextResource_Encoding()
        Generated
        Model
      • setEncoding

        void setEncoding​(java.lang.String value)
        Sets the value of the 'Encoding' attribute.
        Parameters:
        value - the new value of the 'Encoding' attribute.
        Since:
        4.2
        See Also:
        getEncoding()
        Generated