jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddprmd
Class BOOLEAN

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.SCALAR
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.BOOLEAN
Direct Known Subclasses:
OUTEXP, PRPSTTKP, QRYATTSCR, QRYBLKRST, QRYROWSNS, QRYRTNDTA, RDBALWUPD, RDBCMTOK, RTNSQLDA, SQLCSRHLD, TRGDFTRT

public class BOOLEAN
extends SCALAR

Logical Value. Truth State (BOOLEAN) Scalar Object specifies a logical value of TRUE or FALSE.


Field Summary
static short CP
           
static int FALSE
           
static int TRUE
           
protected  int value
           
 
Constructor Summary
BOOLEAN(DDM ddm, int len)
           
BOOLEAN(int value)
           
 
Method Summary
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.SCALAR
writeMembers
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

value

protected int value
Constructor Detail

BOOLEAN

public BOOLEAN(DDM ddm,
               int len)
        throws IOException

BOOLEAN

public BOOLEAN(int value)
Method Detail

toString

public String toString()
Description copied from class: DATA
Pretty print.

Overrides:
toString in class DATA
Returns:
the class name and code point value.

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.