com.progress.open4gl
Class HandleHolder

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

public class HandleHolder
extends Holder

The HandleHolder class is used to pass OUTPUT and INPUT-OUTPUT Handle values when the 4GL parameter type is HANDLE.


Constructor Summary
HandleHolder()
           
HandleHolder(Handle value)
           
 
Method Summary
 Handle getHandleValue()
           
 void setHandleValue(Handle 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

HandleHolder

public HandleHolder()

HandleHolder

public HandleHolder(Handle value)
Method Detail

getHandleValue

public Handle getHandleValue()

setHandleValue

public void setHandleValue(Handle value)