Class ProseEventType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.ProseEventType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ProseEventType extends Object implements Serializable, Enumerated
Java class to represent the ProseEventType enumerated type. Documentation from the relevant specification: The ProSe-Event-Type AVP (AVP code 3443) is of type Enumerated and indicates ProSe charging event.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ANNOUCING
static int
_MATCH_REPORT
static int
_MONITORING
static ProseEventType
ANNOUCING
static ProseEventType
MATCH_REPORT
static ProseEventType
MONITORING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProseEventType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ANNOUCING
public static final int _ANNOUCING
- See Also:
- Constant Field Values
-
_MONITORING
public static final int _MONITORING
- See Also:
- Constant Field Values
-
_MATCH_REPORT
public static final int _MATCH_REPORT
- See Also:
- Constant Field Values
-
ANNOUCING
public static final ProseEventType ANNOUCING
-
MONITORING
public static final ProseEventType MONITORING
-
MATCH_REPORT
public static final ProseEventType MATCH_REPORT
-
-
Method Detail
-
fromInt
public static ProseEventType 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
-
-