Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.MbmsUserServiceType
-
Packages that use MbmsUserServiceType Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of MbmsUserServiceType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as MbmsUserServiceType Modifier and Type Field Description static MbmsUserServiceType
MbmsUserServiceType. DOWNLOAD
The MBMS user service of type: download.static MbmsUserServiceType
MbmsUserServiceType. STREAMING
The MBMS user service is of type: streaming.Methods in org.jainslee.resources.diameter.rf.types.vb80 that return MbmsUserServiceType Modifier and Type Method Description static MbmsUserServiceType
MbmsUserServiceType. fromInt(int type)
MbmsUserServiceType
MbmsInformation. getMbmsUserServiceType()
Returns the value of the MBMS-User-Service-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type MbmsUserServiceType Modifier and Type Method Description void
MbmsInformation. setMbmsUserServiceType(MbmsUserServiceType mbmsUserServiceType)
Sets the value of the MBMS-User-Service-Type AVP, of type Enumerated.
-