Class NetworkRequestSupport
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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_SUPPORTEDstatic int_NETWORK_REQUEST_SUPPORTEDstatic NetworkRequestSupportNETWORK_REQUEST_NOT_SUPPORTEDstatic NetworkRequestSupportNETWORK_REQUEST_SUPPORTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkRequestSupportfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-