Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.ChargeReasonCode
-
Packages that use ChargeReasonCode Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of ChargeReasonCode in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 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.rf.types.vb80 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.rf.types.vb80 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.
-