Class AfSignallingProtocol
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.AfSignallingProtocol
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AfSignallingProtocol extends Object implements Serializable, Enumerated
Java class to represent the AfSignallingProtocol enumerated type. Documentation from the relevant specification: The AF-Signalling-Protocol AVP (AVP code 529) is of type Enumerated, and indicates the protocol used for signalling between the UE and the AF. If the AF-Signalling-Protocol AVP is not provided in the AA-Request, the value NO_INFORMATION shall be assumed.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_NO_INFORMATION
static int
_SIP
static AfSignallingProtocol
NO_INFORMATION
static AfSignallingProtocol
SIP
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AfSignallingProtocol
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NO_INFORMATION
public static final int _NO_INFORMATION
- See Also:
- Constant Field Values
-
_SIP
public static final int _SIP
- See Also:
- Constant Field Values
-
NO_INFORMATION
public static final AfSignallingProtocol NO_INFORMATION
-
SIP
public static final AfSignallingProtocol SIP
-
-
Method Detail
-
fromInt
public static AfSignallingProtocol 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
-
-