Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.PocServerRole
-
Packages that use PocServerRole Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of PocServerRole in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 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.vb80 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.vb80 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.
-