Sun Message Library for HL7

com.stc.hl7.parser
Class RefDesc.Type

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

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

Inner class describing source of data for this reference node


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

Field Detail

SEGMENTS

public static final byte SEGMENTS
See Also:
Constant Field Values

DSCOMPONENTS

public static final byte DSCOMPONENTS
See Also:
Constant Field Values

INLINE

public static final byte INLINE
See Also:
Constant Field Values

END

public static final byte END
See Also:
Constant Field Values

TYPESTR

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

RefDesc.Type

public RefDesc.Type()

Sun Message Library for HL7