Class BearerCapability.ITU_T.TransferCapability

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    BearerCapability.ITU_T

    public static final class BearerCapability.ITU_T.TransferCapability
    extends NamedInteger
    ITU-T Information Transfer Capability constants.

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

     TransferCapability ::= ENUMERATED {
         SPEECH                          (0),
         ... ,
         UNRESTRICTED_DIGITAL            (8),
         RESTRICTED_DIGITAL              (9),
         ... ,
         AUDIO_3_1KHZ                    (16),
         UNRESTRICTED_DIGITAL_WITH_TONES (17),
         ... ,
         VIDEO                           (24),
         ...
     }
    See Also:
    Serialized Form
    • Field Detail

      • _SPEECH

        public static final int _SPEECH
        ITU-T Information Transfer Capability constant corresponding to speech.
        See Also:
        Constant Field Values
      • _UNRESTRICTED_DIGITAL

        public static final int _UNRESTRICTED_DIGITAL
        ITU-T Information Transfer Capability constant corresponding to unrestricted digital information.
        See Also:
        Constant Field Values
      • _RESTRICTED_DIGITAL

        public static final int _RESTRICTED_DIGITAL
        ITU-T Information Transfer Capability constant corresponding to restricted digital information.
        See Also:
        Constant Field Values
      • _AUDIO_3_1KHZ

        public static final int _AUDIO_3_1KHZ
        ITU-T Information Transfer Capability constant corresponding to 3.1kHz audio.
        See Also:
        Constant Field Values
      • _UNRESTRICTED_DIGITAL_WITH_TONES

        public static final int _UNRESTRICTED_DIGITAL_WITH_TONES
        ITU-T Information Transfer Capability constant corresponding to unrestricted digitial information with tones and/or announcements.
        See Also:
        Constant Field Values
      • _VIDEO

        public static final int _VIDEO
        ITU-T Information Transfer Capability constant corresponding to video.
        See Also:
        Constant Field Values
      • UNRESTRICTED_DIGITAL_WITH_TONES

        public static final BearerCapability.ITU_T.TransferCapability UNRESTRICTED_DIGITAL_WITH_TONES
        ITU-T Information Transfer Capability constant corresponding to unrestricted digitial information with tones and/or announcements.
      • MIN_VALUE

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

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