![]() |
Qore jni Module 2.4.0
|
This is meant to the be the wrapper class for Java classes wrapping Qore object classes. More...
Public Member Methods | |
| 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 | |
Private Attributes | |
| QoreObject | obj |
| the wrapper Qore object | |
This is meant to the be the wrapper class for Java classes wrapping Qore object classes.