Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PocUserRoleInfoUnits
-
Packages that use PocUserRoleInfoUnits Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PocUserRoleInfoUnits in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PocUserRoleInfoUnits Modifier and Type Field Description static PocUserRoleInfoUnits
PocUserRoleInfoUnits. DISPATCHER
static PocUserRoleInfoUnits
PocUserRoleInfoUnits. MODERATOR
static PocUserRoleInfoUnits
PocUserRoleInfoUnits. SESSION_OWNER
static PocUserRoleInfoUnits
PocUserRoleInfoUnits. SESSION_PARTICIPANT
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PocUserRoleInfoUnits Modifier and Type Method Description static PocUserRoleInfoUnits
PocUserRoleInfoUnits. fromInt(int type)
PocUserRoleInfoUnits
PocUserRole. getPocUserRoleInfoUnits()
Returns the value of the PoC-User-Role-Info-Units AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PocUserRoleInfoUnits Modifier and Type Method Description void
PocUserRole. setPocUserRoleInfoUnits(PocUserRoleInfoUnits pocUserRoleInfoUnits)
Sets the value of the PoC-User-Role-Info-Units AVP, of type Enumerated.
-