com.progress.open4gl
Class IntHolder

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

public class IntHolder
extends Holder

The IntHolder class is used to pass OUTPUT and INPUT-OUTPUT int values when the 4GL parameter type is INTEGER.


Constructor Summary
IntHolder()
           
IntHolder(int value)
           
 
Method Summary
 int getIntValue()
           
 void setIntValue(int 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

IntHolder

public IntHolder()

IntHolder

public IntHolder(int value)
Method Detail

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int value)