Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.MeteringMethod
-
Packages that use MeteringMethod Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of MeteringMethod in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as MeteringMethod Modifier and Type Field Description static MeteringMethod
MeteringMethod. DURATION
static MeteringMethod
MeteringMethod. DURATION_VOLUME
static MeteringMethod
MeteringMethod. VOLUME
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return MeteringMethod Modifier and Type Method Description static MeteringMethod
MeteringMethod. fromInt(int type)
MeteringMethod
ChargingRuleDefinition. getMeteringMethod()
Returns the value of the Metering-Method AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type MeteringMethod Modifier and Type Method Description void
ChargingRuleDefinition. setMeteringMethod(MeteringMethod meteringMethod)
Sets the value of the Metering-Method AVP, of type Enumerated.
-