Class ProximityAlertIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.ProximityAlertIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ProximityAlertIndication extends Object implements Serializable, Enumerated
Java class to represent the ProximityAlertIndication enumerated type. Documentation from the relevant specification: The Proximity-Alert-Indication AVP (AVP code 3454) is of type Enumerated and indicates whether proximity alert has been sent before proximity request cancellation.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ALERT
static int
_NO_ALERT
static ProximityAlertIndication
ALERT
static ProximityAlertIndication
NO_ALERT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProximityAlertIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ALERT
public static final int _ALERT
- See Also:
- Constant Field Values
-
_NO_ALERT
public static final int _NO_ALERT
- See Also:
- Constant Field Values
-
ALERT
public static final ProximityAlertIndication ALERT
-
NO_ALERT
public static final ProximityAlertIndication NO_ALERT
-
-
Method Detail
-
fromInt
public static ProximityAlertIndication 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
-
-