Sun Message Library for HL7

com.stc.hl7.parser
Class NodeDescList.Type

java.lang.Object
  extended by com.stc.hl7.parser.NodeDescList.Type
Enclosing class:
NodeDescList

public static class NodeDescList.Type
extends java.lang.Object

Class to define NodeDesc types


Field Summary
static byte COMPONENTS
           
static byte EVENT
           
static byte SEGMENTS
           
static java.lang.String[] TYPESTR
           
 
Constructor Summary
NodeDescList.Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT

public static final byte EVENT
See Also:
Constant Field Values

SEGMENTS

public static final byte SEGMENTS
See Also:
Constant Field Values

COMPONENTS

public static final byte COMPONENTS
See Also:
Constant Field Values

TYPESTR

public static java.lang.String[] TYPESTR
Constructor Detail

NodeDescList.Type

public NodeDescList.Type()

Sun Message Library for HL7