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