Class LoggingInterval
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.LoggingInterval
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LoggingInterval extends Object implements Serializable, Enumerated
Java class to represent the LoggingInterval enumerated type. Documentation from the relevant specification: The parameter is mandatory if the job type is configured for Logged MDT. The parameter defines the periodicity for logging MDT measurement results for periodic downlink pilot strength measurement when UE is in Idle. Detailed definition of the parameter is in 3GPP TS 37.320 [30]. The parameter is an enumerated type with the following values in UMTS and LTE as per defined in 3GPP TS 25.331 [31] and 36.331 [32].- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_IVAL_1_28
static int
_IVAL_10_24
static int
_IVAL_2_56
static int
_IVAL_20_48
static int
_IVAL_30_72
static int
_IVAL_40_96
static int
_IVAL_5_12
static int
_IVAL_61_44
static LoggingInterval
IVAL_1_28
static LoggingInterval
IVAL_10_24
static LoggingInterval
IVAL_2_56
static LoggingInterval
IVAL_20_48
static LoggingInterval
IVAL_30_72
static LoggingInterval
IVAL_40_96
static LoggingInterval
IVAL_5_12
static LoggingInterval
IVAL_61_44
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingInterval
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_IVAL_1_28
public static final int _IVAL_1_28
- See Also:
- Constant Field Values
-
_IVAL_2_56
public static final int _IVAL_2_56
- See Also:
- Constant Field Values
-
_IVAL_5_12
public static final int _IVAL_5_12
- See Also:
- Constant Field Values
-
_IVAL_10_24
public static final int _IVAL_10_24
- See Also:
- Constant Field Values
-
_IVAL_20_48
public static final int _IVAL_20_48
- See Also:
- Constant Field Values
-
_IVAL_30_72
public static final int _IVAL_30_72
- See Also:
- Constant Field Values
-
_IVAL_40_96
public static final int _IVAL_40_96
- See Also:
- Constant Field Values
-
_IVAL_61_44
public static final int _IVAL_61_44
- See Also:
- Constant Field Values
-
IVAL_1_28
public static final LoggingInterval IVAL_1_28
-
IVAL_2_56
public static final LoggingInterval IVAL_2_56
-
IVAL_5_12
public static final LoggingInterval IVAL_5_12
-
IVAL_10_24
public static final LoggingInterval IVAL_10_24
-
IVAL_20_48
public static final LoggingInterval IVAL_20_48
-
IVAL_30_72
public static final LoggingInterval IVAL_30_72
-
IVAL_40_96
public static final LoggingInterval IVAL_40_96
-
IVAL_61_44
public static final LoggingInterval IVAL_61_44
-
-
Method Detail
-
fromInt
public static LoggingInterval 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
-
-