Class LoggingDuration
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.LoggingDuration
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LoggingDuration extends Object implements Serializable, Enumerated
Java class to represent the LoggingDuration enumerated type. Documentation from the relevant specification: The parameter is mandatory if the the job type parameter is configured for Logged MDT. The parameter determines the validity of MDT logged configuration for IDLE. The timer starts at time of receiving configuration by the UE, and continues independent of UE state transitions and RAT or RPLMN changes. Detailed definition of the parameter is in 3GPP TS 37.320 [30], 3GPP TS 25.331 [31] and 3GPP TS 36.331 [32]. The parameter is an enumerated type with the following values in UMTS and LTE.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DUR_1200_SEC
static int
_DUR_2400_SEC
static int
_DUR_3600_SEC
static int
_DUR_5400_SEC
static int
_DUR_600_SEC
static int
_DUR_7200_SEC
static LoggingDuration
DUR_1200_SEC
static LoggingDuration
DUR_2400_SEC
static LoggingDuration
DUR_3600_SEC
static LoggingDuration
DUR_5400_SEC
static LoggingDuration
DUR_600_SEC
static LoggingDuration
DUR_7200_SEC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingDuration
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_DUR_600_SEC
public static final int _DUR_600_SEC
- See Also:
- Constant Field Values
-
_DUR_1200_SEC
public static final int _DUR_1200_SEC
- See Also:
- Constant Field Values
-
_DUR_2400_SEC
public static final int _DUR_2400_SEC
- See Also:
- Constant Field Values
-
_DUR_3600_SEC
public static final int _DUR_3600_SEC
- See Also:
- Constant Field Values
-
_DUR_5400_SEC
public static final int _DUR_5400_SEC
- See Also:
- Constant Field Values
-
_DUR_7200_SEC
public static final int _DUR_7200_SEC
- See Also:
- Constant Field Values
-
DUR_600_SEC
public static final LoggingDuration DUR_600_SEC
-
DUR_1200_SEC
public static final LoggingDuration DUR_1200_SEC
-
DUR_2400_SEC
public static final LoggingDuration DUR_2400_SEC
-
DUR_3600_SEC
public static final LoggingDuration DUR_3600_SEC
-
DUR_5400_SEC
public static final LoggingDuration DUR_5400_SEC
-
DUR_7200_SEC
public static final LoggingDuration DUR_7200_SEC
-
-
Method Detail
-
fromInt
public static LoggingDuration 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
-
-