Class PrePagingSupported
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vb60.PrePagingSupported
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PrePagingSupported extends Object implements Serializable, Enumerated
Java class to represent the PrePagingSupported enumerated type. Documentation from the relevant specification: The Pre-paging-Supported AVP is of type Enumerated. It indicates whether the sender supports pre-paging or not. If this AVP is not present in the command, the default value is PREPAGING_NOT_SUPPORTED (0).- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_PREPAGING_NOT_SUPPORTED
static int
_PREPAGING_SUPPORTED
static PrePagingSupported
PREPAGING_NOT_SUPPORTED
static PrePagingSupported
PREPAGING_SUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrePagingSupported
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PREPAGING_NOT_SUPPORTED
public static final int _PREPAGING_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
_PREPAGING_SUPPORTED
public static final int _PREPAGING_SUPPORTED
- See Also:
- Constant Field Values
-
PREPAGING_NOT_SUPPORTED
public static final PrePagingSupported PREPAGING_NOT_SUPPORTED
-
PREPAGING_SUPPORTED
public static final PrePagingSupported PREPAGING_SUPPORTED
-
-
Method Detail
-
fromInt
public static PrePagingSupported 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
-
-