Enum MtSequenceEnum

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MtSequenceEnum>

    @Generated
    public enum MtSequenceEnum
    extends java.lang.Enum<MtSequenceEnum>
    Enumeration representing all possible sequence paths for each MT (Message Type) schema. Each constant in this enumeration corresponds to a specific MT schema, identified by its sequence paths as a comma-separated string (CSV) for SRU 2024.

    For example, the MT508 message type may have sequence paths such as "A", "A/A1", "B", "B/B1", and "C", which would be represented as the CSV string "A,A/A1,B,B/B1,C". Note that internal loops not clearly identified and named in the standard as a sequence, are excluded.

    For example, the MT801 message contains the "Loop1" and "Loop2" sequences, and this are not included in the sequence paths.

    Since:
    9.5.3