Class MbmsUserServiceType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_DOWNLOADstatic int_STREAMINGstatic MbmsUserServiceTypeDOWNLOADThe MBMS user service of type: download.static MbmsUserServiceTypeSTREAMINGThe MBMS user service is of type: streaming.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MbmsUserServiceTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-