Class LocationEstimateType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.LocationEstimateType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LocationEstimateType extends Object implements Serializable, Enumerated
Java class to represent the LocationEstimateType enumerated type. Documentation from the relevant specification: The Location-Estimate-Type AVP (AVP code 1243) is of type Enumerated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ACTIVATE_DEFERRED_LOCATION
static int
_CANCEL_DEFERRED_LOCATION
static int
_CURRENT_LAST_KNOWN_LOCATION
static int
_CURRENT_LOCATION
static int
_INITIAL_LOCATION
static LocationEstimateType
ACTIVATE_DEFERRED_LOCATION
static LocationEstimateType
CANCEL_DEFERRED_LOCATION
static LocationEstimateType
CURRENT_LAST_KNOWN_LOCATION
static LocationEstimateType
CURRENT_LOCATION
static LocationEstimateType
INITIAL_LOCATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationEstimateType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_CURRENT_LOCATION
public static final int _CURRENT_LOCATION
- See Also:
- Constant Field Values
-
_CURRENT_LAST_KNOWN_LOCATION
public static final int _CURRENT_LAST_KNOWN_LOCATION
- See Also:
- Constant Field Values
-
_INITIAL_LOCATION
public static final int _INITIAL_LOCATION
- See Also:
- Constant Field Values
-
_ACTIVATE_DEFERRED_LOCATION
public static final int _ACTIVATE_DEFERRED_LOCATION
- See Also:
- Constant Field Values
-
_CANCEL_DEFERRED_LOCATION
public static final int _CANCEL_DEFERRED_LOCATION
- See Also:
- Constant Field Values
-
CURRENT_LOCATION
public static final LocationEstimateType CURRENT_LOCATION
-
CURRENT_LAST_KNOWN_LOCATION
public static final LocationEstimateType CURRENT_LAST_KNOWN_LOCATION
-
INITIAL_LOCATION
public static final LocationEstimateType INITIAL_LOCATION
-
ACTIVATE_DEFERRED_LOCATION
public static final LocationEstimateType ACTIVATE_DEFERRED_LOCATION
-
CANCEL_DEFERRED_LOCATION
public static final LocationEstimateType CANCEL_DEFERRED_LOCATION
-
-
Method Detail
-
fromInt
public static LocationEstimateType 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
-
-