|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTypeArray | |
com.microfocus.cobol.lang |
Uses of DataTypeArray in com.microfocus.cobol.lang |
Methods in com.microfocus.cobol.lang that return DataTypeArray | |
DataTypeArray |
DataTypeArray.add(Object[] elements)
Add a set of Objects[] to the DataTypeArray Below is a example:
DataTypeArray myArray = new DataTypeArray()
.add(firstArray)
.add(secondSecondArray);
|
DataTypeArray |
DataTypeArray.add(Object element)
Add a Object to the DataTypeArray Below is a example:
DataTypeArray myArray = new DataTypeArray()
.add(firstElement)
.add(secondElement);
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright ? 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.