Class MSClassmark.MSClassmark2.SSScreeningIndicator

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

    public static final class MSClassmark.MSClassmark2.SSScreeningIndicator
    extends NamedInteger
    MSClassmark2 supplementary service screening indicator constants.

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

     SSScreeningIndicator ::= ENUMERATED {
         PHASE_1 (0),
         ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING (1),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _PHASE_1

        public static final int _PHASE_1
        supplementary service screening indicator constant corresponding to phase 1.
        See Also:
        Constant Field Values
      • _ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING

        public static final int _ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
        supplementary service screening indicator constant corresponding to phase 1.
        See Also:
        Constant Field Values
      • ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING

        public static final MSClassmark.MSClassmark2.SSScreeningIndicator ELLIPSIS_NOTATION_AND_PHASE_2_ERROR_HANDLING
        supplementary service screening indicator constant corresponding to phase 1.
      • MIN_VALUE

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

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