java.lang.Object
org.eclipse.persistence.internal.xr.Attachment
INTERNAL: Attachment is a helper object used by the
QueryOperation to handle binary attachments.
- Since:
- EclipseLink 1.x
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: get the mime-type setting for the binary attachmentvoidsetMimeType(String mimeType) INTERNAL: set the mime-type setting for the binary attachement
-
Field Details
-
mimeType
-
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getMimeType
INTERNAL: get the mime-type setting for the binary attachment
-
setMimeType
INTERNAL: set the mime-type setting for the binary attachement
- Parameters:
mimeType- mime-type setting for the binary attachement
-