Class FileRepairSupported

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class FileRepairSupported
    extends Object
    implements Serializable, Enumerated
    Java class to represent the FileRepairSupported enumerated type.

    Documentation from the relevant specification:

    The File-Repair-Supported AVP (AVP code 1224) is of type Enumerated and indicates whether the MBMS user service supports point-to-point file repair.

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • SUPPORTED

        public static final FileRepairSupported SUPPORTED
        The MBMS user service does support point-to-point file repair.
      • NOT_SUPPORTED

        public static final FileRepairSupported NOT_SUPPORTED
        The MBMS user service does not support point-to-point file repair.
    • Method Detail

      • getValue

        public int getValue()
        Description copied from interface: Enumerated
        Return the value of this instance of this enumerated type.
        Specified by:
        getValue in interface Enumerated
        Returns:
        value