Package com.progress.open4gl
Class IntArrayHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.IntArrayHolder
- All Implemented Interfaces:
Serializable
The IntArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT Integer[]
values when the 4GL parameter type is INTEGER EXTENT.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInteger[]
void
setIntArrayValue
(int[] value) void
setIntArrayValue
(Integer[] value)
-
Constructor Details
-
IntArrayHolder
public IntArrayHolder() -
IntArrayHolder
public IntArrayHolder(int[] value) -
IntArrayHolder
-
-
Method Details
-
setIntArrayValue
public void setIntArrayValue(int[] value) -
setIntArrayValue
-
getIntArrayValue
-