Class IpCanType
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.IpCanType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class IpCanType extends Object implements Serializable, Enumerated
Java class to represent the IpCanType enumerated type. Documentation from the relevant specification: The IP-CAN-Type AVP (AVP code 1027) is of type Enumerated, and it shall indicate the type of Connectivity Access Network in which the user is connected. The IP-CAN-Type AVP shall always be present during the IP-CAN session establishment. During an IP-CAN session modification, this AVP shall be present when there has been a change in the IP-CAN type and the PCRF requested to be informed of this event. The Event-Trigger AVP with value IP-CAN CHANGE shall be provided together with the IP-CAN-Type AVP.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DOCSIS
static int
_Non_TGPP_EPS
static int
_TGPP_EPS
static int
_TGPP_GPRS
static int
_TGPP2
static int
_WiMAX
static int
_xDSL
static IpCanType
DOCSIS
static IpCanType
Non_TGPP_EPS
static IpCanType
TGPP_EPS
static IpCanType
TGPP_GPRS
static IpCanType
TGPP2
static IpCanType
WiMAX
static IpCanType
xDSL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpCanType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_TGPP_GPRS
public static final int _TGPP_GPRS
- See Also:
- Constant Field Values
-
_DOCSIS
public static final int _DOCSIS
- See Also:
- Constant Field Values
-
_xDSL
public static final int _xDSL
- See Also:
- Constant Field Values
-
_WiMAX
public static final int _WiMAX
- See Also:
- Constant Field Values
-
_TGPP2
public static final int _TGPP2
- See Also:
- Constant Field Values
-
_TGPP_EPS
public static final int _TGPP_EPS
- See Also:
- Constant Field Values
-
_Non_TGPP_EPS
public static final int _Non_TGPP_EPS
- See Also:
- Constant Field Values
-
TGPP_GPRS
public static final IpCanType TGPP_GPRS
-
DOCSIS
public static final IpCanType DOCSIS
-
xDSL
public static final IpCanType xDSL
-
WiMAX
public static final IpCanType WiMAX
-
TGPP2
public static final IpCanType TGPP2
-
TGPP_EPS
public static final IpCanType TGPP_EPS
-
Non_TGPP_EPS
public static final IpCanType Non_TGPP_EPS
-
-
Method Detail
-
fromInt
public static IpCanType 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
-
-