Uses of Interface
org.jainslee.resources.diameter.gx.types.vb90.Flows
-
Packages that use Flows Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.vb90 -
-
Uses of Flows in org.jainslee.resources.diameter.gx.types.vb90
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return Flows Modifier and Type Method Description Flows[]ChargingRuleDefinition. getFlowses()Returns the set of Flows AVPs.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type Flows Modifier and Type Method Description voidChargingRuleDefinition. setFlows(Flows flows)Sets a single Flows AVP in the Charging-Rule-Definition AVP, of type Grouped.voidChargingRuleDefinition. setFlowses(Flows[] flowses)Sets the set of Flows AVPs, with all the values in the given array. -
Uses of Flows in org.jainslee.resources.diameter.gx.vb90
Methods in org.jainslee.resources.diameter.gx.vb90 that return Flows Modifier and Type Method Description FlowsMessageFactory. createFlows()Create an empty Flows (Grouped AVP) instance.FlowsMessageFactory. createFlows(long mediaComponentNumber)Create a Flows (Grouped AVP) instance using required AVP values.
-