Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PocSessionType
-
Packages that use PocSessionType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PocSessionType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PocSessionType Modifier and Type Field Description static PocSessionType
PocSessionType. AD_HOC_POC_GROUP_SESSION
static PocSessionType
PocSessionType. CHAT_POC_GROUP_SESSION
static PocSessionType
PocSessionType. ONE_TO_ONE_POC_SESSION
static PocSessionType
PocSessionType. PRE_ARRANGED_POC_GROUP_SESSION
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PocSessionType Modifier and Type Method Description static PocSessionType
PocSessionType. fromInt(int type)
PocSessionType
PocInformation. getPocSessionType()
Returns the value of the PoC-Session-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PocSessionType Modifier and Type Method Description void
PocInformation. setPocSessionType(PocSessionType pocSessionType)
Sets the value of the PoC-Session-Type AVP, of type Enumerated.
-