Class RedirectionInformation.Redirecting

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    RedirectionInformation

    public static final class RedirectionInformation.Redirecting
    extends NamedInteger
    Redirecting indicator constants.

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

     Redirecting ::= ENUMERATED {
         NONE                                                      (0),
         CALL_REROUTED                                             (1),
         CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED            (2),
         CALL_DIVERTED                                             (3),
         CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED            (4),
         CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED  (5),
         CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED (6),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _NONE

        public static final int _NONE
        Redirecting indicator value corresponding to no redirection (national use).
        See Also:
        Constant Field Values
      • _CALL_REROUTED

        public static final int _CALL_REROUTED
        Redirecting indicator value corresponding to call rerouted (national use).
        See Also:
        Constant Field Values
      • _CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED

        public static final int _CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call rerouted, all redirection information presentation restricted (national use).
        See Also:
        Constant Field Values
      • _CALL_DIVERTED

        public static final int _CALL_DIVERTED
        Redirecting indicator value corresponding to call diverted.
        See Also:
        Constant Field Values
      • _CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED

        public static final int _CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call diverted, all redirection information presentation restricted.
        See Also:
        Constant Field Values
      • _CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED

        public static final int _CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call rerouted, redirection presentation restricted (national use).
        See Also:
        Constant Field Values
      • _CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED

        public static final int _CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call diversion, redirection presentation restricted (national use).
        See Also:
        Constant Field Values
      • CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED

        public static final RedirectionInformation.Redirecting CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call rerouted, all redirection information presentation restricted (national use).
      • CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED

        public static final RedirectionInformation.Redirecting CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call diverted, all redirection information presentation restricted.
      • CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED

        public static final RedirectionInformation.Redirecting CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call rerouted, redirection presentation restricted (national use).
      • CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED

        public static final RedirectionInformation.Redirecting CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
        Redirecting indicator value corresponding to call diversion, redirection presentation restricted (national use).
      • MIN_VALUE

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

        public static final int MAX_VALUE
        Maximum value that a Redirecting instance may take (7).
        See Also:
        Constant Field Values
    • Method Detail

      • fromValue

        public static RedirectionInformation.Redirecting fromValue​(int value)
        Returns a Redirecting for a particular integer value.
        Returns:
        any known instance, or a new object
      • namedValues

        public static RedirectionInformation.Redirecting[] namedValues()
        Returns an array containing all of Redirecting's named numbers.
        Returns:
        a new Redirecting[]