|
|||||||
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.HandleArrayHolder
The HandleArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT Handle[] values when the 4GL parameter type is HANDLE EXTENT.
Constructor Summary | |
HandleArrayHolder()
|
|
HandleArrayHolder(Handle[] value)
|
Method Summary | |
Handle[] |
getHandleArrayValue()
|
void |
setHandleArrayValue(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 |
public HandleArrayHolder()
public HandleArrayHolder(Handle[] value)
Method Detail |
public Handle[] getHandleArrayValue()
public void setHandleArrayValue(Handle[] value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |