Uses of Class
org.jainslee.resources.diameter.rf.types.v8d0.FileRepairSupported
-
Packages that use FileRepairSupported Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v8.13.0. -
-
Uses of FileRepairSupported in org.jainslee.resources.diameter.rf.types.v8d0
Fields in org.jainslee.resources.diameter.rf.types.v8d0 declared as FileRepairSupported Modifier and Type Field Description static FileRepairSupportedFileRepairSupported. NOT_SUPPORTEDThe MBMS user service does not support point-to-point file repair.static FileRepairSupportedFileRepairSupported. SUPPORTEDThe MBMS user service does support point-to-point file repair.Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return FileRepairSupported Modifier and Type Method Description static FileRepairSupportedFileRepairSupported. fromInt(int type)FileRepairSupportedMbmsInformation. getFileRepairSupported()Returns the value of the File-Repair-Supported AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type FileRepairSupported Modifier and Type Method Description voidMbmsInformation. setFileRepairSupported(FileRepairSupported fileRepairSupported)Sets the value of the File-Repair-Supported AVP, of type Enumerated.
-