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_DOCSISstatic int_Non_TGPP_EPSstatic int_TGPP_EPSstatic int_TGPP_GPRSstatic int_TGPP2static int_WiMAXstatic int_xDSLstatic IpCanTypeDOCSISstatic IpCanTypeNon_TGPP_EPSstatic IpCanTypeTGPP_EPSstatic IpCanTypeTGPP_GPRSstatic IpCanTypeTGPP2static IpCanTypeWiMAXstatic IpCanTypexDSL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpCanTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-