Class JobType
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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_TRACEstatic int_IMMEDIATE_MDT_ONLYstatic int_LOGGED_MDT_ONLYstatic int_TRACE_ONLYstatic JobTypeIMMEDIATE_MDT_AND_TRACEstatic JobTypeIMMEDIATE_MDT_ONLYstatic JobTypeLOGGED_MDT_ONLYstatic JobTypeTRACE_ONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-