Class BooleanHolder

java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.BooleanHolder
All Implemented Interfaces:
Serializable

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.
See Also:
  • Constructor Details

    • BooleanHolder

      public BooleanHolder()
    • BooleanHolder

      public BooleanHolder(boolean value)
  • Method Details

    • setBooleanValue

      public void setBooleanValue(boolean value)
    • getBooleanValue

      public boolean getBooleanValue()