Class JobType

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

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

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

      • _IMMEDIATE_MDT_AND_TRACE

        public static final int _IMMEDIATE_MDT_AND_TRACE
        See Also:
        Constant Field Values
      • IMMEDIATE_MDT_ONLY

        public static final JobType IMMEDIATE_MDT_ONLY
      • LOGGED_MDT_ONLY

        public static final JobType LOGGED_MDT_ONLY
      • TRACE_ONLY

        public static final JobType TRACE_ONLY
      • IMMEDIATE_MDT_AND_TRACE

        public static final JobType IMMEDIATE_MDT_AND_TRACE
    • Method Detail

      • fromInt

        public static JobType 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