Class PacketFilterOperation
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.PacketFilterOperation
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PacketFilterOperation extends Object implements Serializable, Enumerated
Java class to represent the PacketFilterOperation enumerated type. Documentation from the relevant specification: The Packet-Filter-Operation AVP (AVP code 1062) is of type of Enumerated, and it indicates a UE initiated resource operation that causes a request for PCC rules.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ADDITION
static int
_DELETION
static int
_MODIFICATION
static PacketFilterOperation
ADDITION
static PacketFilterOperation
DELETION
static PacketFilterOperation
MODIFICATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PacketFilterOperation
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_DELETION
public static final int _DELETION
- See Also:
- Constant Field Values
-
_ADDITION
public static final int _ADDITION
- See Also:
- Constant Field Values
-
_MODIFICATION
public static final int _MODIFICATION
- See Also:
- Constant Field Values
-
DELETION
public static final PacketFilterOperation DELETION
-
ADDITION
public static final PacketFilterOperation ADDITION
-
MODIFICATION
public static final PacketFilterOperation MODIFICATION
-
-
Method Detail
-
fromInt
public static PacketFilterOperation fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-