Class PocEventType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v8d0.PocEventType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PocEventType extends Object implements Serializable, Enumerated
Java class to represent the PocEventType enumerated type. Documentation from the relevant specification: The PoC-Event-Type AVP (AVP code 2025) is of type Enumerated and indicates PoC session unrelated charging event.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_EARLY_SESSION_SETING_UP_EVENT
static int
_INSTANT_PERSONAL_ALERT_EVENT
static int
_NORMAL
static int
_POC_GROUP_ADVERTISMENT_EVENT
static int
_POC_TALK_BURST
static PocEventType
EARLY_SESSION_SETING_UP_EVENT
static PocEventType
INSTANT_PERSONAL_ALERT_EVENT
static PocEventType
NORMAL
static PocEventType
POC_GROUP_ADVERTISMENT_EVENT
static PocEventType
POC_TALK_BURST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocEventType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NORMAL
public static final int _NORMAL
- See Also:
- Constant Field Values
-
_INSTANT_PERSONAL_ALERT_EVENT
public static final int _INSTANT_PERSONAL_ALERT_EVENT
- See Also:
- Constant Field Values
-
_POC_GROUP_ADVERTISMENT_EVENT
public static final int _POC_GROUP_ADVERTISMENT_EVENT
- See Also:
- Constant Field Values
-
_EARLY_SESSION_SETING_UP_EVENT
public static final int _EARLY_SESSION_SETING_UP_EVENT
- See Also:
- Constant Field Values
-
_POC_TALK_BURST
public static final int _POC_TALK_BURST
- See Also:
- Constant Field Values
-
NORMAL
public static final PocEventType NORMAL
-
INSTANT_PERSONAL_ALERT_EVENT
public static final PocEventType INSTANT_PERSONAL_ALERT_EVENT
-
POC_GROUP_ADVERTISMENT_EVENT
public static final PocEventType POC_GROUP_ADVERTISMENT_EVENT
-
EARLY_SESSION_SETING_UP_EVENT
public static final PocEventType EARLY_SESSION_SETING_UP_EVENT
-
POC_TALK_BURST
public static final PocEventType POC_TALK_BURST
-
-
Method Detail
-
fromInt
public static PocEventType 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
-
-