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