Uses of Class
org.jainslee.resources.diameter.gx.types.va10.PccRuleStatus
-
Packages that use PccRuleStatus Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of PccRuleStatus in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as PccRuleStatus Modifier and Type Field Description static PccRuleStatus
PccRuleStatus. ACTIVE
static PccRuleStatus
PccRuleStatus. INACTIVE
static PccRuleStatus
PccRuleStatus. TEMPORARY_INACTIVE
Methods in org.jainslee.resources.diameter.gx.types.va10 that return PccRuleStatus Modifier and Type Method Description static PccRuleStatus
PccRuleStatus. fromInt(int type)
PccRuleStatus
ChargingRuleReport. getPccRuleStatus()
Returns the value of the PCC-Rule-Status AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type PccRuleStatus Modifier and Type Method Description void
ChargingRuleReport. setPccRuleStatus(PccRuleStatus pccRuleStatus)
Sets the value of the PCC-Rule-Status AVP, of type Enumerated.
-