Class MessageSourceTerm

All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>

public class MessageSourceTerm extends StringValuedIIRVTerm
1-character source of the message (Default = "0").
Since:
13.0
Author:
Nick LaFarge
  • Field Details

    • DEFAULT

      public static final MessageSourceTerm DEFAULT
      Default value for the message source is "0".
    • MESSAGE_SOURCE_TERM_LENGTH

      public static final int MESSAGE_SOURCE_TERM_LENGTH
      The length of the message source term within the IIRV vector.
      See Also:
    • MESSAGE_SOURCE_TERM_PATTERN

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