Class MeasurementPeriodUmts
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.MeasurementPeriodUmts
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class MeasurementPeriodUmts extends Object implements Serializable, Enumerated
Java class to represent the MeasurementPeriodUmts enumerated type. Documentation from the relevant specification: The Measurement-Period-UMTS AVP is of type Enumerated. The possible values are those defined in 3GPP TS 32.422 [23] for Measurement period UMTS- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeasurementPeriodUmts
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_UMTS_250_MS
public static final int _UMTS_250_MS
- See Also:
- Constant Field Values
-
_UMTS_500_MS
public static final int _UMTS_500_MS
- See Also:
- Constant Field Values
-
_UMTS_1000_MS
public static final int _UMTS_1000_MS
- See Also:
- Constant Field Values
-
_UMTS_2000_MS
public static final int _UMTS_2000_MS
- See Also:
- Constant Field Values
-
_UMTS_3000_MS
public static final int _UMTS_3000_MS
- See Also:
- Constant Field Values
-
_UMTS_4000_MS
public static final int _UMTS_4000_MS
- See Also:
- Constant Field Values
-
_UMTS_6000_MS
public static final int _UMTS_6000_MS
- See Also:
- Constant Field Values
-
_UMTS_8000_MS
public static final int _UMTS_8000_MS
- See Also:
- Constant Field Values
-
_UMTS_12000_MS
public static final int _UMTS_12000_MS
- See Also:
- Constant Field Values
-
_UMTS_16000_MS
public static final int _UMTS_16000_MS
- See Also:
- Constant Field Values
-
_UMTS_20000_MS
public static final int _UMTS_20000_MS
- See Also:
- Constant Field Values
-
_UMTS_24000_MS
public static final int _UMTS_24000_MS
- See Also:
- Constant Field Values
-
_UMTS_28000_MS
public static final int _UMTS_28000_MS
- See Also:
- Constant Field Values
-
_UMTS_32000_MS
public static final int _UMTS_32000_MS
- See Also:
- Constant Field Values
-
_UMTS_64000_MS
public static final int _UMTS_64000_MS
- See Also:
- Constant Field Values
-
UMTS_250_MS
public static final MeasurementPeriodUmts UMTS_250_MS
-
UMTS_500_MS
public static final MeasurementPeriodUmts UMTS_500_MS
-
UMTS_1000_MS
public static final MeasurementPeriodUmts UMTS_1000_MS
-
UMTS_2000_MS
public static final MeasurementPeriodUmts UMTS_2000_MS
-
UMTS_3000_MS
public static final MeasurementPeriodUmts UMTS_3000_MS
-
UMTS_4000_MS
public static final MeasurementPeriodUmts UMTS_4000_MS
-
UMTS_6000_MS
public static final MeasurementPeriodUmts UMTS_6000_MS
-
UMTS_8000_MS
public static final MeasurementPeriodUmts UMTS_8000_MS
-
UMTS_12000_MS
public static final MeasurementPeriodUmts UMTS_12000_MS
-
UMTS_16000_MS
public static final MeasurementPeriodUmts UMTS_16000_MS
-
UMTS_20000_MS
public static final MeasurementPeriodUmts UMTS_20000_MS
-
UMTS_24000_MS
public static final MeasurementPeriodUmts UMTS_24000_MS
-
UMTS_28000_MS
public static final MeasurementPeriodUmts UMTS_28000_MS
-
UMTS_32000_MS
public static final MeasurementPeriodUmts UMTS_32000_MS
-
UMTS_64000_MS
public static final MeasurementPeriodUmts UMTS_64000_MS
-
-
Method Detail
-
fromInt
public static MeasurementPeriodUmts 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
-
-