Package com.progress.open4gl
Class LongHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.LongHolder
- All Implemented Interfaces:
Serializable
The LongHolder class is used to pass OUTPUT and INPUT-OUTPUT long values when
the 4GL parameter type is RECID.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongHolder
public LongHolder() -
LongHolder
public LongHolder(long value)
-
-
Method Details
-
setLongValue
public void setLongValue(long value) -
getLongValue
public long getLongValue()
-