Class HighLayerCompatibility.CodingStandard

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

    public static final class HighLayerCompatibility.CodingStandard
    extends NamedInteger
    Coding standard constants.

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

     CodingStandard ::= ENUMERATED {
         ITU_T    (0),
         ISO_IEC  (1),
         NATIONAL (2),
         NETWORK  (3)
     }
    @extendible
    See Also:
    Serialized Form
    • Field Detail

      • _ITU_T

        public static final int _ITU_T
        Coding standard value corresponding to ITU-T standardized coding.
        See Also:
        Constant Field Values
      • _ISO_IEC

        public static final int _ISO_IEC
        Coding standard value corresponding to ISO/IEC standard.
        See Also:
        Constant Field Values
      • _NATIONAL

        public static final int _NATIONAL
        Coding standard value corresponding to National standard.
        See Also:
        Constant Field Values
      • _NETWORK

        public static final int _NETWORK
        Coding standard value corresponding to standard present on the network side of the interface.
        See Also:
        Constant Field Values
      • MIN_VALUE

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

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

      • fromValue

        public static HighLayerCompatibility.CodingStandard fromValue​(int value)
        Returns a CodingStandard for a particular integer value.
        Returns:
        any known instance, or a new object