Class MSClassmark.MSClassmark2.RevisionLevel

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    MSClassmark.MSClassmark2

    public static final class MSClassmark.MSClassmark2.RevisionLevel
    extends NamedInteger
    MSClassmark2 Revision Level constants.

    The API offered by this class is as if the type were specified in ASN.1 as follows.

     RevisionLevel ::= ENUMERATED {
         PHASE_1 (0),
         PHASE_2 (1),
         R_99    (2),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _PHASE_1

        public static final int _PHASE_1
        MSClassmark2 Revision Level constant corresponding to reserved for phase 1.
        See Also:
        Constant Field Values
      • _PHASE_2

        public static final int _PHASE_2
        MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.
        See Also:
        Constant Field Values
      • _R_99

        public static final int _R_99
        MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.
        See Also:
        Constant Field Values
      • R_99

        public static final MSClassmark.MSClassmark2.RevisionLevel R_99
        MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a RevisionLevel instance may take (0).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a RevisionLevel instance may take (3).
        See Also:
        Constant Field Values