Class CnIpMulticastDistribution
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.CnIpMulticastDistribution
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class CnIpMulticastDistribution extends Object implements Serializable, Enumerated
Java class to represent the CnIpMulticastDistribution enumerated type. Documentation from the relevant specification: CN-IP-Multicast-Distribution AVP (AVP code 921) is of type Enumerated. It represents an indication if IP multicast distribution to UTRAN should be used for the MBMS user plane data. The following values are supported- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_IP_MULTICAST
static int
_NO_IP_MULTICAST
static CnIpMulticastDistribution
IP_MULTICAST
static CnIpMulticastDistribution
NO_IP_MULTICAST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CnIpMulticastDistribution
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NO_IP_MULTICAST
public static final int _NO_IP_MULTICAST
- See Also:
- Constant Field Values
-
_IP_MULTICAST
public static final int _IP_MULTICAST
- See Also:
- Constant Field Values
-
NO_IP_MULTICAST
public static final CnIpMulticastDistribution NO_IP_MULTICAST
-
IP_MULTICAST
public static final CnIpMulticastDistribution IP_MULTICAST
-
-
Method Detail
-
fromInt
public static CnIpMulticastDistribution 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
-
-