Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.ChargingCharacteristicsSelectionMode
-
Packages that use ChargingCharacteristicsSelectionMode Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of ChargingCharacteristicsSelectionMode in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as ChargingCharacteristicsSelectionMode Modifier and Type Field Description static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. APN_SPECIFIC
static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. HOME_DEFAULT
static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. ROAMING_DEFAULT
static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. SERVING_NODE_SUPPLIED
static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. SUBSCRIPTION_SPECIFIC
static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. VISITING_DEFAULT
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ChargingCharacteristicsSelectionMode Modifier and Type Method Description static ChargingCharacteristicsSelectionMode
ChargingCharacteristicsSelectionMode. fromInt(int type)
ChargingCharacteristicsSelectionMode
PsInformation. getChargingCharacteristicsSelectionMode()
Returns the value of the Charging-Characteristics-Selection-Mode AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ChargingCharacteristicsSelectionMode Modifier and Type Method Description void
PsInformation. setChargingCharacteristicsSelectionMode(ChargingCharacteristicsSelectionMode chargingCharacteristicsSelectionMode)
Sets the value of the Charging-Characteristics-Selection-Mode AVP, of type Enumerated.
-