jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
Direct Known Subclasses:
BINDR, BITDR, BITSTRDR, BYTSTRDR, CHRDR, CHRSTRDR, CODPNTDR, HEXDR, HEXSTRDR, NAMDR, NAMSYMDR, PKGCNSTKN, PKGID, PKGSN, RDBCOLID

public abstract class FIELD
extends DATA

A Discrete Unit of Data. A Discrete Unit of Data (FIELD) is data that in general does not describe its own length or format. The association of a field with its class is through an object, such as a record format or the class description of a scalar. There is no command protocol for fields. Each subclass of FIELD specifies the attributes that are specified in describing its instances and specifies the valid lengths or range of lengths of its instances. Class FIELD is only used as an abstract superclass to represent the concept of discrete units of data.


Field Summary
static short CP
           
 
Constructor Summary
FIELD()
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString, write
 
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
Constructor Detail

FIELD

public FIELD()

jxUtil 0.6

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