Class LongArrayHolder

java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.LongArrayHolder
All Implemented Interfaces:
Serializable

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.
See Also:
  • Constructor Details

    • LongArrayHolder

      public LongArrayHolder()
    • LongArrayHolder

      public LongArrayHolder(long[] value)
    • LongArrayHolder

      public LongArrayHolder(Long[] value)
  • Method Details

    • setLongArrayValue

      public void setLongArrayValue(long[] value)
    • setLongArrayValue

      public void setLongArrayValue(Long[] value)
    • getLongArrayValue

      public Long[] getLongArrayValue()