Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.FlowDirection
-
Packages that use FlowDirection 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 FlowDirection in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as FlowDirection Modifier and Type Field Description static FlowDirectionFlowDirection. BIDIRECTIONALstatic FlowDirectionFlowDirection. DOWNLINKstatic FlowDirectionFlowDirection. UNSPECIFIEDstatic FlowDirectionFlowDirection. UPLINKMethods in org.jainslee.resources.diameter.gx.types.vb90 that return FlowDirection Modifier and Type Method Description static FlowDirectionFlowDirection. fromInt(int type)FlowDirectionFlowInformation. getFlowDirection()Returns the value of the Flow-Direction AVP, of type Enumerated.FlowDirectionPacketFilterInformation. getFlowDirection()Returns the value of the Flow-Direction AVP, of type Enumerated.FlowDirectionRoutingFilter. getFlowDirection()Returns the value of the Flow-Direction AVP, of type Enumerated.FlowDirectionTftPacketFilterInformation. getFlowDirection()Returns the value of the Flow-Direction AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type FlowDirection Modifier and Type Method Description voidFlowInformation. setFlowDirection(FlowDirection flowDirection)Sets the value of the Flow-Direction AVP, of type Enumerated.voidPacketFilterInformation. setFlowDirection(FlowDirection flowDirection)Sets the value of the Flow-Direction AVP, of type Enumerated.voidRoutingFilter. setFlowDirection(FlowDirection flowDirection)Sets the value of the Flow-Direction AVP, of type Enumerated.voidTftPacketFilterInformation. setFlowDirection(FlowDirection flowDirection)Sets the value of the Flow-Direction AVP, of type Enumerated. -
Uses of FlowDirection in org.jainslee.resources.diameter.gx.vb90
Methods in org.jainslee.resources.diameter.gx.vb90 with parameters of type FlowDirection Modifier and Type Method Description RoutingFilterMessageFactory. createRoutingFilter(IPFilterRule flowDescription, FlowDirection flowDirection)Create a RoutingFilter (Grouped AVP) instance using required AVP values.
-