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_SUPPORTEDstatic int_SUPPORTEDstatic FileRepairSupportedNOT_SUPPORTEDThe MBMS user service does not support point-to-point file repair.static FileRepairSupportedSUPPORTEDThe 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 FileRepairSupportedfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-