Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.SgwChange
-
Packages that use SgwChange Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of SgwChange in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as SgwChange Modifier and Type Field Description static SgwChange
SgwChange. ACR_START_DUE_TO_SGW_CHANGE
static SgwChange
SgwChange. ACR_START_NOT_DUE_TO_SGW_CHANGE
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SgwChange Modifier and Type Method Description static SgwChange
SgwChange. fromInt(int type)
SgwChange
PsInformation. getSgwChange()
Returns the value of the SGW-Change AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SgwChange Modifier and Type Method Description void
PsInformation. setSgwChange(SgwChange sgwChange)
Sets the value of the SGW-Change AVP, of type Enumerated.
-