Class NetworkRequestSupport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.NetworkRequestSupport
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class NetworkRequestSupport extends Object implements Serializable, Enumerated
Java class to represent the NetworkRequestSupport enumerated type. Documentation from the relevant specification: The Network-Request-Support AVP (AVP code 1024) is of type of Enumerated and indicates the UE and network support of the network initiated procedures. If the Network Request Support AVP has not been previously provided, its absence shall indicate the value NETWORK_REQUEST NOT SUPPORTED. If the Network Request Support AVP has been provided, its value shall remain valid until it is provided the next time.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NETWORK_REQUEST_NOT_SUPPORTED
static int
_NETWORK_REQUEST_SUPPORTED
static NetworkRequestSupport
NETWORK_REQUEST_NOT_SUPPORTED
static NetworkRequestSupport
NETWORK_REQUEST_SUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkRequestSupport
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NETWORK_REQUEST_NOT_SUPPORTED
public static final int _NETWORK_REQUEST_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
_NETWORK_REQUEST_SUPPORTED
public static final int _NETWORK_REQUEST_SUPPORTED
- See Also:
- Constant Field Values
-
NETWORK_REQUEST_NOT_SUPPORTED
public static final NetworkRequestSupport NETWORK_REQUEST_NOT_SUPPORTED
-
NETWORK_REQUEST_SUPPORTED
public static final NetworkRequestSupport NETWORK_REQUEST_SUPPORTED
-
-
Method Detail
-
fromInt
public static NetworkRequestSupport 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
-
-