Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.ChargeReasonCode
-
Packages that use ChargeReasonCode Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of ChargeReasonCode in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as ChargeReasonCode Modifier and Type Field Description static ChargeReasonCode
ChargeReasonCode. ADD_ON_CHARGE
static ChargeReasonCode
ChargeReasonCode. COMMUNICATION_ATTEMPT_CHARGE
static ChargeReasonCode
ChargeReasonCode. SETUP_CHARGE
static ChargeReasonCode
ChargeReasonCode. UNKNOWN
static ChargeReasonCode
ChargeReasonCode. USAGE
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ChargeReasonCode Modifier and Type Method Description static ChargeReasonCode
ChargeReasonCode. fromInt(int type)
ChargeReasonCode
RateElement. getChargeReasonCode()
Returns the value of the Charge-Reason-Code AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ChargeReasonCode Modifier and Type Method Description void
RateElement. setChargeReasonCode(ChargeReasonCode chargeReasonCode)
Sets the value of the Charge-Reason-Code AVP, of type Enumerated.
-