Class ForwardCallIndicators.ISDNUserPartPreference

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

    public static final class ForwardCallIndicators.ISDNUserPartPreference
    extends NamedInteger
    ISDN user part preference indicator constants.

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

     ISDNUserPartPreference ::= ENUMERATED {
         PREFERRED    (0),
         NOT_REQUIRED (1),
         REQUIRED     (2),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _PREFERRED

        public static final int _PREFERRED
        ISDN user part preference indicator value corresponding to ISDN user part preferred all the way.
        See Also:
        Constant Field Values
      • _NOT_REQUIRED

        public static final int _NOT_REQUIRED
        ISDN user part preference indicator value corresponding to ISDN user part not required all the way.
        See Also:
        Constant Field Values
      • _REQUIRED

        public static final int _REQUIRED
        ISDN user part preference indicator value corresponding to ISDN user part required all the way.
        See Also:
        Constant Field Values
      • MIN_VALUE

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

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