Class IntArrayHolder

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

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

    • IntArrayHolder

      public IntArrayHolder()
    • IntArrayHolder

      public IntArrayHolder(int[] value)
    • IntArrayHolder

      public IntArrayHolder(Integer[] value)
  • Method Details

    • setIntArrayValue

      public void setIntArrayValue(int[] value)
    • setIntArrayValue

      public void setIntArrayValue(Integer[] value)
    • getIntArrayValue

      public Integer[] getIntArrayValue()