Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PocEventType
-
Packages that use PocEventType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PocEventType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PocEventType Modifier and Type Field Description static PocEventType
PocEventType. EARLY_SESSION_SETING_UP_EVENT
static PocEventType
PocEventType. INSTANT_PERSONAL_ALERT_EVENT
static PocEventType
PocEventType. NORMAL
static PocEventType
PocEventType. POC_GROUP_ADVERTISMENT_EVENT
static PocEventType
PocEventType. POC_TALK_BURST
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PocEventType Modifier and Type Method Description static PocEventType
PocEventType. fromInt(int type)
PocEventType
PocInformation. getPocEventType()
Returns the value of the PoC-Event-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PocEventType Modifier and Type Method Description void
PocInformation. setPocEventType(PocEventType pocEventType)
Sets the value of the PoC-Event-Type AVP, of type Enumerated.
-