Class TraceDepth

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class TraceDepth
    extends Object
    implements Serializable, Enumerated
    Java class to represent the TraceDepth enumerated type.

    Documentation from the relevant specification:

    The Trace-Depth AVP is of type Enumerated. The possible values are those defined in 3GPP TS 32.422 [23] for Trace Depth.

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • _MINIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final int _MINIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
        See Also:
        Constant Field Values
      • _MEDIUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final int _MEDIUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
        See Also:
        Constant Field Values
      • _MAXIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final int _MAXIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
        See Also:
        Constant Field Values
      • MINIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final TraceDepth MINIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
      • MEDIUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final TraceDepth MEDIUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
      • MAXIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION

        public static final TraceDepth MAXIMUM_WITHOUT_VENDOR_SPECIFIC_EXTENSION
    • Method Detail

      • fromInt

        public static TraceDepth fromInt​(int type)
      • getValue

        public int getValue()
        Description copied from interface: Enumerated
        Return the value of this instance of this enumerated type.
        Specified by:
        getValue in interface Enumerated
        Returns:
        value