Package com.progress.open4gl
Class BooleanHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.BooleanHolder
- All Implemented Interfaces:
Serializable
The BooleanHolder class is used to pass OUTPUT and INPUT-OUTPUT boolean
values when the 4GL parameter type is LOGICAL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanHolder
public BooleanHolder() -
BooleanHolder
public BooleanHolder(boolean value)
-
-
Method Details
-
setBooleanValue
public void setBooleanValue(boolean value) -
getBooleanValue
public boolean getBooleanValue()
-