Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.FileRepairSupported
-
Packages that use FileRepairSupported Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of FileRepairSupported in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as FileRepairSupported Modifier and Type Field Description static FileRepairSupported
FileRepairSupported. NOT_SUPPORTED
The MBMS user service does not support point-to-point file repair.static FileRepairSupported
FileRepairSupported. SUPPORTED
The MBMS user service does support point-to-point file repair.Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return FileRepairSupported Modifier and Type Method Description static FileRepairSupported
FileRepairSupported. fromInt(int type)
FileRepairSupported
MbmsInformation. getFileRepairSupported()
Returns the value of the File-Repair-Supported AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type FileRepairSupported Modifier and Type Method Description void
MbmsInformation. setFileRepairSupported(FileRepairSupported fileRepairSupported)
Sets the value of the File-Repair-Supported AVP, of type Enumerated.
-