Uses of Class
org.jainslee.resources.diameter.gx.types.vcd0.PacketFilterOperation
-
Packages that use PacketFilterOperation Package Description org.jainslee.resources.diameter.gx.types.vcd0 -
-
Uses of PacketFilterOperation in org.jainslee.resources.diameter.gx.types.vcd0
Fields in org.jainslee.resources.diameter.gx.types.vcd0 declared as PacketFilterOperation Modifier and Type Field Description static PacketFilterOperation
PacketFilterOperation. ADDITION
static PacketFilterOperation
PacketFilterOperation. DELETION
static PacketFilterOperation
PacketFilterOperation. MODIFICATION
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return PacketFilterOperation Modifier and Type Method Description static PacketFilterOperation
PacketFilterOperation. fromInt(int type)
PacketFilterOperation
CreditControlRequest. getPacketFilterOperation()
Returns the value of the Packet-Filter-Operation AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type PacketFilterOperation Modifier and Type Method Description void
CreditControlRequest. setPacketFilterOperation(PacketFilterOperation packetFilterOperation)
Sets the value of the Packet-Filter-Operation AVP, of type Enumerated.
-