Class ProseReasonForCancellation
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.ProseReasonForCancellation
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ProseReasonForCancellation extends Object implements Serializable, Enumerated
Java class to represent the ProseReasonForCancellation enumerated type. Documentation from the relevant specification: The ProSe-Reason-For-Cancellation AVP (AVP code 3449) is of type Enumerated and indicates the reason for cancellation of an EPC-level discovery request.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_PROXIMITY_ALERT_SENT
static int
_REQUESTOR_CANCELLATION
static int
_TIME_EXPIRED_WITH_NO_RENEWAL
static ProseReasonForCancellation
PROXIMITY_ALERT_SENT
static ProseReasonForCancellation
REQUESTOR_CANCELLATION
static ProseReasonForCancellation
TIME_EXPIRED_WITH_NO_RENEWAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProseReasonForCancellation
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PROXIMITY_ALERT_SENT
public static final int _PROXIMITY_ALERT_SENT
- See Also:
- Constant Field Values
-
_TIME_EXPIRED_WITH_NO_RENEWAL
public static final int _TIME_EXPIRED_WITH_NO_RENEWAL
- See Also:
- Constant Field Values
-
_REQUESTOR_CANCELLATION
public static final int _REQUESTOR_CANCELLATION
- See Also:
- Constant Field Values
-
PROXIMITY_ALERT_SENT
public static final ProseReasonForCancellation PROXIMITY_ALERT_SENT
-
TIME_EXPIRED_WITH_NO_RENEWAL
public static final ProseReasonForCancellation TIME_EXPIRED_WITH_NO_RENEWAL
-
REQUESTOR_CANCELLATION
public static final ProseReasonForCancellation REQUESTOR_CANCELLATION
-
-
Method Detail
-
fromInt
public static ProseReasonForCancellation 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
-
-