Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.FileRepairSupported
-
Packages that use FileRepairSupported Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP 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 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.ro.types.vcb0 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.ro.types.vcb0 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.
-