|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.progress.open4gl.Holder
The Holder class is the super class for all the different holder classes. Holder objects are used to pass OUTPUT and INPUT-OUTPUT values from Java to the 4GL through proxy methods (since the Java language does not support output parameters). There is one holder class for each 4GL data type. Null values correspond to the 4GL UNKNOWN value.
Constructor Summary | |
Holder()
|
|
Holder(java.lang.Object o)
|
Method Summary | |
java.lang.Object |
getValue()
|
boolean |
isNull()
|
void |
setValue(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Holder()
public Holder(java.lang.Object o)
Method Detail |
public java.lang.Object getValue()
public boolean isNull()
public void setValue(java.lang.Object o)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |