jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddbasd
Class SVRCOD

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.NUMBER
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddbasd.SVRCOD

public class SVRCOD
extends BIN16

Severity Code (SVRCOD) is an indicator of the severity of a condition detected during the execution of a command.


Field Summary
static SVRCOD ACCDMG
          Access Damage Severity Code.
static short CP
           
static SVRCOD ERROR
          Error Severity Code.
static SVRCOD INFO
          Information Only Severity Code.
static SVRCOD PRMDMG
          Permanent Damage Severity Code.
static SVRCOD SESDMG
          Session Damage Severity Code
static SVRCOD SEVERE
          Severe Error Severity Code.
static SVRCOD WARNING
          Warning Severity Code.
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
value
 
Constructor Summary
  SVRCOD(DDM ddm, int len)
           
private SVRCOD(int value)
           
 
Method Summary
 Object readResolve()
           
 String toString()
          Pretty print.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN16
write
 
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

ACCDMG

public static final SVRCOD ACCDMG
Access Damage Severity Code.


CP

public static final short CP
See Also:
Constant Field Values

ERROR

public static final SVRCOD ERROR
Error Severity Code.


INFO

public static final SVRCOD INFO
Information Only Severity Code.


PRMDMG

public static final SVRCOD PRMDMG
Permanent Damage Severity Code.


SESDMG

public static final SVRCOD SESDMG
Session Damage Severity Code


SEVERE

public static final SVRCOD SEVERE
Severe Error Severity Code.


WARNING

public static final SVRCOD WARNING
Warning Severity Code.

Constructor Detail

SVRCOD

public SVRCOD(DDM ddm,
              int len)
       throws IOException

SVRCOD

private SVRCOD(int value)
Method Detail

readResolve

public Object readResolve()

toString

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

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

jxUtil 0.6

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