Class LocationEstimateType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.va00.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_LOCATIONstatic int_CANCEL_DEFERRED_LOCATIONstatic int_CURRENT_LAST_KNOWN_LOCATIONstatic int_CURRENT_LOCATIONstatic int_INITIAL_LOCATIONstatic LocationEstimateTypeACTIVATE_DEFERRED_LOCATIONstatic LocationEstimateTypeCANCEL_DEFERRED_LOCATIONstatic LocationEstimateTypeCURRENT_LAST_KNOWN_LOCATIONstatic LocationEstimateTypeCURRENT_LOCATIONstatic LocationEstimateTypeINITIAL_LOCATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationEstimateTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-