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()
|
CP
public static final short CP
- See Also:
- Constant Field Values
FIELD
public FIELD()
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.