Java
Domain Class Library |
javabase![]() |
jarray represents the Java Array object. It enables you to pass Arrays between Object COBOL programs and Java classes.
jarray is a wrapper for a Java object, but jarray itself is a native Object COBOL class, not a JAVA object,
Include this entry in the Class-Control paragraph of any program using this class.
jarray is class "jarray"
The list below does not include methods inherited from Base. For these methods, click the button below:
| commitData | |
| finalize | Returning retObj |
| getBounds | Using arrayBoundsTable |
| getData | Returning arrayData |
| getDimensions | Returning arrayDims |
| getElement | Using arrayDims arrayIndexTable arrayData |
| getObject | Using arrayIndex Returning retObj |
| getType | Returning arrayType |
| putElement | Using arrayDims arrayIndexTable arrayData |
| putObject | Using arrayIndex arrayObj |
| setObjectContentClass | Using arrayClass |