Class MessageTypeTerm

All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>

public class MessageTypeTerm extends StringValuedIIRVTerm
2-character type of this message.

Valid values: Any letter, number or, ASCII space

Since:
13.0
Author:
Nick LaFarge
  • Field Details

    • DEFAULT

      public static final MessageTypeTerm DEFAULT
      Default value: "03" (operations data message).
    • MESSAGE_TYPE_TERM_LENGTH

      public static final int MESSAGE_TYPE_TERM_LENGTH
      The length of the message type term within the IIRV vector.
      See Also:
    • MESSAGE_TYPE_TERM_PATTERN

      public static final String MESSAGE_TYPE_TERM_PATTERN
      Regular expression that ensures the validity of string values for this term.
      See Also:
  • Constructor Details