Class PacketFilterUsage
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.PacketFilterUsage
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PacketFilterUsage extends Object implements Serializable, Enumerated
Java class to represent the PacketFilterUsage enumerated type. Documentation from the relevant specification: The Packet-Filter-Usage AVP (AVP code 1072) is of type of Enumerated, and it indicates whether the UE shall be provisioned with the related traffic mapping information, i.e. the packet filter. Traffic mapping information may be sent to the UE as per the relevant IP-CAN specifications even if not instructed to do so with the Packet-Filter-Usage AVP.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_SEND_TO_UE
static PacketFilterUsage
SEND_TO_UE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PacketFilterUsage
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_SEND_TO_UE
public static final int _SEND_TO_UE
- See Also:
- Constant Field Values
-
SEND_TO_UE
public static final PacketFilterUsage SEND_TO_UE
-
-
Method Detail
-
fromInt
public static PacketFilterUsage 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
-
-