Class PocEventType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.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_EVENTstatic int_INSTANT_PERSONAL_ALERT_EVENTstatic int_NORMALstatic int_POC_GROUP_ADVERTISMENT_EVENTstatic int_POC_TALK_BURSTstatic PocEventTypeEARLY_SESSION_SETING_UP_EVENTstatic PocEventTypeINSTANT_PERSONAL_ALERT_EVENTstatic PocEventTypeNORMALstatic PocEventTypePOC_GROUP_ADVERTISMENT_EVENTstatic PocEventTypePOC_TALK_BURST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocEventTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-