|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.progress.open4gl.Holder | +--com.progress.open4gl.COMHandleArrayHolder
The COMHandleArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT COMHandle[] values when the 4GL parameter type is COM-HANDLE EXTENT.
Constructor Summary | |
COMHandleArrayHolder()
|
|
COMHandleArrayHolder(COMHandle[] value)
|
Method Summary | |
COMHandle[] |
getCOMHandleArrayValue()
|
void |
setCOMHandleArrayValue(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 |
public COMHandleArrayHolder()
public COMHandleArrayHolder(COMHandle[] value)
Method Detail |
public COMHandle[] getCOMHandleArrayValue()
public void setCOMHandleArrayValue(COMHandle[] value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |