java.lang.Object
org.eclipse.persistence.internal.xr.Attachment

public class Attachment extends Object

INTERNAL: Attachment is a helper object used by the QueryOperation to handle binary attachments.

Since:
EclipseLink 1.x
  • Field Details

    • mimeType

      protected String mimeType
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details

    • getMimeType

      public String getMimeType()

      INTERNAL: get the mime-type setting for the binary attachment

    • setMimeType

      public void setMimeType(String mimeType)

      INTERNAL: set the mime-type setting for the binary attachement

      Parameters:
      mimeType - mime-type setting for the binary attachement