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