Package com.progress.open4gl
Class LongArrayHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.LongArrayHolder
- All Implemented Interfaces:
Serializable
The LongArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT Long[]
values when the 4GL parameter type is RECID EXTENT.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLong[]
void
setLongArrayValue
(long[] value) void
setLongArrayValue
(Long[] value)
-
Constructor Details
-
LongArrayHolder
public LongArrayHolder() -
LongArrayHolder
public LongArrayHolder(long[] value) -
LongArrayHolder
-
-
Method Details
-
setLongArrayValue
public void setLongArrayValue(long[] value) -
setLongArrayValue
-
getLongArrayValue
-