Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PocServerRole
-
Packages that use PocServerRole Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PocServerRole in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PocServerRole Modifier and Type Field Description static PocServerRole
PocServerRole. CONTROLLING_POC_SERVER
static PocServerRole
PocServerRole. PARTICIPATING_POC_SERVER
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PocServerRole Modifier and Type Method Description static PocServerRole
PocServerRole. fromInt(int type)
PocServerRole
PocInformation. getPocServerRole()
Returns the value of the PoC-Server-Role AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PocServerRole Modifier and Type Method Description void
PocInformation. setPocServerRole(PocServerRole pocServerRole)
Sets the value of the PoC-Server-Role AVP, of type Enumerated.
-