com.progress.open4gl
Class COMHandleHolder

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

public class COMHandleHolder
extends Holder

The COMHandleHolder class is used to pass OUTPUT and INPUT-OUTPUT COMHandle values when the 4GL parameter type is COM-HANDLE.


Constructor Summary
COMHandleHolder()
           
COMHandleHolder(COMHandle value)
           
 
Method Summary
 COMHandle getCOMHandleValue()
           
 void setCOMHandleValue(COMHandle 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

COMHandleHolder

public COMHandleHolder()

COMHandleHolder

public COMHandleHolder(COMHandle value)
Method Detail

getCOMHandleValue

public COMHandle getCOMHandleValue()

setCOMHandleValue

public void setCOMHandleValue(COMHandle value)