com.progress.open4gl
Class BooleanHolder

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

public class BooleanHolder
extends Holder

The BooleanHolder class is used to pass OUTPUT and INPUT-OUTPUT boolean values when the 4GL parameter type is LOGICAL.


Constructor Summary
BooleanHolder()
           
BooleanHolder(boolean value)
           
 
Method Summary
 boolean getBooleanValue()
           
 void setBooleanValue(boolean 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

BooleanHolder

public BooleanHolder()

BooleanHolder

public BooleanHolder(boolean value)
Method Detail

getBooleanValue

public boolean getBooleanValue()

setBooleanValue

public void setBooleanValue(boolean value)