Class JobType
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.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 Summary
Fields Modifier and Type Field Description static int
_IMMEDIATE_MDT_AND_TRACE
static int
_IMMEDIATE_MDT_ONLY
static int
_LOGGED_MDT_ONLY
static int
_TRACE_ONLY
static JobType
IMMEDIATE_MDT_AND_TRACE
static JobType
IMMEDIATE_MDT_ONLY
static JobType
LOGGED_MDT_ONLY
static JobType
TRACE_ONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_IMMEDIATE_MDT_ONLY
public static final int _IMMEDIATE_MDT_ONLY
- See Also:
- Constant Field Values
-
_LOGGED_MDT_ONLY
public static final int _LOGGED_MDT_ONLY
- See Also:
- Constant Field Values
-
_TRACE_ONLY
public static final int _TRACE_ONLY
- See Also:
- Constant Field Values
-
_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 interfaceEnumerated
- Returns:
- value
-
-