Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.PdpContextType
-
Packages that use PdpContextType Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of PdpContextType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as PdpContextType Modifier and Type Field Description static PdpContextType
PdpContextType. PRIMARY
static PdpContextType
PdpContextType. SECONDARY
Methods in org.jainslee.resources.diameter.rf.types.vb80 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.rf.types.vb80 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.
-