com.progress.open4gl
Class IntArrayHolder
java.lang.Object
|
+--com.progress.open4gl.Holder
|
+--com.progress.open4gl.IntArrayHolder
- public class IntArrayHolder
- extends Holder
The IntArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT
Integer[] values when the 4GL parameter type is INTEGER EXTENT.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntArrayHolder
public IntArrayHolder()
IntArrayHolder
public IntArrayHolder(int[] value)
IntArrayHolder
public IntArrayHolder(java.lang.Integer[] value)
getIntArrayValue
public java.lang.Integer[] getIntArrayValue()
setIntArrayValue
public void setIntArrayValue(int[] value)
setIntArrayValue
public void setIntArrayValue(java.lang.Integer[] value)