Qore jni Module  1.2.0
org.qore.lang.mailmessage.Part Class Reference

Java wrapper for the MailPart::Part class in Qore. More...

Inheritance diagram for org.qore.lang.mailmessage.Part:
org.qore.jni.QoreObjectWrapper org.qore.lang.mailmessage.Attachment

Public Member Methods

 Part (QoreObject ds)
 creates the object
 
String getName () throws Throwable
 returns the name of the Part
 
String getMime () throws Throwable
 returns the mime type of the Part
 
Object getData () throws Throwable
 returns the data of the Part
 
String getTransferEncoding () throws Throwable
 returns the transfer encoding of the Part
 
Map< String, String > getHeaders () throws Throwable
 returns any headers for the Part
 
- Public Member Methods inherited from org.qore.jni.QoreObjectWrapper
 QoreObjectWrapper (QoreObject obj)
 creates the wrapper object with the Qore object
 
void release ()
 releases the Qore object; do not call any further methods on the object after this call
 
QoreObject getQoreObject ()
 returns the Qore object
 
String className ()
 returns the class name for the Qore object
 
boolean instanceOf (String class_name)
 returns true if the object is an instance of the given class
 

Additional Inherited Members

- Private Attributes inherited from org.qore.jni.QoreObjectWrapper
QoreObject obj
 the wrapper Qore object
 

Detailed Description

Java wrapper for the MailPart::Part class in Qore.

Note
Loads and initializes the Qore library and the jni module in static initialization if necessary

The documentation for this class was generated from the following file: