Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PdpContextType
-
Packages that use PdpContextType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PdpContextType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PdpContextType Modifier and Type Field Description static PdpContextType
PdpContextType. PRIMARY
static PdpContextType
PdpContextType. SECONDARY
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PdpContextType Modifier and Type Method Description static PdpContextType
PdpContextType. fromInt(int type)
PdpContextType
PsInformation. getPdpContextType()
Returns the value of the PDP-Context-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PdpContextType Modifier and Type Method Description void
PsInformation. setPdpContextType(PdpContextType pdpContextType)
Sets the value of the PDP-Context-Type AVP, of type Enumerated.
-