Class TransferTypeConstantTerm

All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>

public class TransferTypeConstantTerm extends ConstantValuedIIRVTerm
1-character type of transfer (constant).

Valid values: 1 (Interrange)

Since:
13.0
Author:
Nick LaFarge
  • Field Details

    • TRANSFER_TYPE_TERM_STRING

      public static final String TRANSFER_TYPE_TERM_STRING
      Start of the message is always "1" denoting an interrange message type.
      See Also:
  • Constructor Details