Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.DrmContent
-
Packages that use DrmContent Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of DrmContent in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as DrmContent Modifier and Type Field Description static DrmContent
DrmContent. NO
static DrmContent
DrmContent. YES
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return DrmContent Modifier and Type Method Description static DrmContent
DrmContent. fromInt(int type)
DrmContent
MmsInformation. getDrmContent()
Returns the value of the DRM-Content AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type DrmContent Modifier and Type Method Description void
MmsInformation. setDrmContent(DrmContent drmContent)
Sets the value of the DRM-Content AVP, of type Enumerated.
-