Class MbmsUserServiceType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.MbmsUserServiceType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class MbmsUserServiceType extends Object implements Serializable, Enumerated
Java class to represent the MbmsUserServiceType enumerated type. Documentation from the relevant specification: The MBMS-User-Service-Type AVP (AVP code 1225) is of type Enumerated and indicates type of service the MBMS user service that is being delivered.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DOWNLOAD
static int
_STREAMING
static MbmsUserServiceType
DOWNLOAD
The MBMS user service of type: download.static MbmsUserServiceType
STREAMING
The MBMS user service is of type: streaming.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MbmsUserServiceType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_DOWNLOAD
public static final int _DOWNLOAD
- See Also:
- Constant Field Values
-
_STREAMING
public static final int _STREAMING
- See Also:
- Constant Field Values
-
DOWNLOAD
public static final MbmsUserServiceType DOWNLOAD
The MBMS user service of type: download.
-
STREAMING
public static final MbmsUserServiceType STREAMING
The MBMS user service is of type: streaming.
-
-
Method Detail
-
fromInt
public static MbmsUserServiceType 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
-
-