Class ReportAmount
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.ReportAmount
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ReportAmount extends Object implements Serializable, Enumerated
Java class to represent the ReportAmount enumerated type. Documentation from the relevant specification: The parameter is mandatory if the reporting trigger is configured for periodical measurement and the jobtype is configured for Immediate MDT. The parameter defines the number of measurement reports that shall be taken for periodical reporting while UE is in connected. Detailed definition of the paremeter is in 3GPP TS 36.331 and 3GPP TS 25.331[31]. The parameter is an enumerated type with the following values in UMTS and in LTE.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_AMNT_1
static int
_AMNT_16
static int
_AMNT_2
static int
_AMNT_32
static int
_AMNT_4
static int
_AMNT_64
static int
_AMNT_8
static int
_AMNT_INFINITY
static ReportAmount
AMNT_1
static ReportAmount
AMNT_16
static ReportAmount
AMNT_2
static ReportAmount
AMNT_32
static ReportAmount
AMNT_4
static ReportAmount
AMNT_64
static ReportAmount
AMNT_8
static ReportAmount
AMNT_INFINITY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportAmount
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_AMNT_1
public static final int _AMNT_1
- See Also:
- Constant Field Values
-
_AMNT_2
public static final int _AMNT_2
- See Also:
- Constant Field Values
-
_AMNT_4
public static final int _AMNT_4
- See Also:
- Constant Field Values
-
_AMNT_8
public static final int _AMNT_8
- See Also:
- Constant Field Values
-
_AMNT_16
public static final int _AMNT_16
- See Also:
- Constant Field Values
-
_AMNT_32
public static final int _AMNT_32
- See Also:
- Constant Field Values
-
_AMNT_64
public static final int _AMNT_64
- See Also:
- Constant Field Values
-
_AMNT_INFINITY
public static final int _AMNT_INFINITY
- See Also:
- Constant Field Values
-
AMNT_1
public static final ReportAmount AMNT_1
-
AMNT_2
public static final ReportAmount AMNT_2
-
AMNT_4
public static final ReportAmount AMNT_4
-
AMNT_8
public static final ReportAmount AMNT_8
-
AMNT_16
public static final ReportAmount AMNT_16
-
AMNT_32
public static final ReportAmount AMNT_32
-
AMNT_64
public static final ReportAmount AMNT_64
-
AMNT_INFINITY
public static final ReportAmount AMNT_INFINITY
-
-
Method Detail
-
fromInt
public static ReportAmount 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
-
-