jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.NAME
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.TYPDEFNAM

public class TYPDEFNAM
extends NAME

Data Type Definition Name (TYPDEFNAM) specifies the name of a data type definition. See TYPDEF. When the TYPDEFNAM object is specified as a command/reply data object, the value specified applies to the following command data objects and reply data objects for that command, respectively. When TYPDEFNAM is repeatable, the value of one TYPDEFNAM object is applicable only to those objects (command data or reply data) that are sent before another TYPDEFNAM object is sent. The value of TYPDEFNAM that a command specifies is in effect only for that command. This rule applies to all commands, unless specified otherwise.


Field Summary
static short CP
           
static TYPDEFNAM QTDSQL370
           
static TYPDEFNAM QTDSQL400
           
static TYPDEFNAM QTDSQLASC
           
static TYPDEFNAM QTDSQLVAX
           
static TYPDEFNAM QTDSQLX86
           
private  NAMDR value
           
 
Constructor Summary
  TYPDEFNAM(DDM ddm, int len)
           
private TYPDEFNAM(NAMDR 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.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

QTDSQL370

public static final TYPDEFNAM QTDSQL370

QTDSQL400

public static final TYPDEFNAM QTDSQL400

QTDSQLASC

public static final TYPDEFNAM QTDSQLASC

QTDSQLVAX

public static final TYPDEFNAM QTDSQLVAX

QTDSQLX86

public static final TYPDEFNAM QTDSQLX86

value

private NAMDR value
Constructor Detail

TYPDEFNAM

public TYPDEFNAM(DDM ddm,
                 int len)
          throws IOException

TYPDEFNAM

private TYPDEFNAM(NAMDR 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.