Class FileRepairSupported
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.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 Summary
Fields Modifier and Type Field Description static int
_NOT_SUPPORTED
static int
_SUPPORTED
static FileRepairSupported
NOT_SUPPORTED
The MBMS user service does not support point-to-point file repair.static FileRepairSupported
SUPPORTED
The MBMS user service does support point-to-point file repair.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileRepairSupported
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_SUPPORTED
public static final int _SUPPORTED
- See Also:
- Constant Field Values
-
_NOT_SUPPORTED
public static final int _NOT_SUPPORTED
- See Also:
- Constant Field Values
-
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
-
fromInt
public static FileRepairSupported fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-