Class LongHolder

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

public class LongHolder extends Holder
The LongHolder class is used to pass OUTPUT and INPUT-OUTPUT long values when the 4GL parameter type is RECID.
See Also:
  • Constructor Details

    • LongHolder

      public LongHolder()
    • LongHolder

      public LongHolder(long value)
  • Method Details

    • setLongValue

      public void setLongValue(long value)
    • getLongValue

      public long getLongValue()