com.progress.open4gl
Class LongHolder

java.lang.Object
  |
  +--com.progress.open4gl.Holder
        |
        +--com.progress.open4gl.LongHolder

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.


Constructor Summary
LongHolder()
           
LongHolder(long value)
           
 
Method Summary
 long getLongValue()
           
 void setLongValue(long value)
           
 
Methods inherited from class com.progress.open4gl.Holder
getValue, isNull, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongHolder

public LongHolder()

LongHolder

public LongHolder(long value)
Method Detail

getLongValue

public long getLongValue()

setLongValue

public void setLongValue(long value)