Class VehicleIdCodeTerm

All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>

public class VehicleIdCodeTerm extends LongValuedIIRVTerm
2-character body number/vehicle identification code (VIC).

Valid values: 01-99.

Since:
13.0
Author:
Nick LaFarge
  • Field Details

    • DEFAULT

      public static final VehicleIdCodeTerm DEFAULT
      Default VIC set to 1.
    • VEHICLE_ID_TERM_LENGTH

      public static final int VEHICLE_ID_TERM_LENGTH
      The length of the IIRV term within the message.
      See Also:
    • VEHICLE_ID_TERM_PATTERN

      public static final String VEHICLE_ID_TERM_PATTERN
      Regular expression to check that vehicle identification codes are 01-99 (00 is not a valid entry).
      See Also:
  • Constructor Details