Class SmsNode
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.SmsNode
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class SmsNode extends Object implements Serializable, Enumerated
Java class to represent the SmsNode enumerated type. Documentation from the relevant specification: The SMS-Node AVP (AVP code 2016) is of type Enumerated and identifies the role which the SMS node performs in relation to the charging event.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_IP_SM_GW
static int
_SMS_ROUTER
static int
_SMS_ROUTER_AND_IP_SM_GW
static int
_SMS_SC
static SmsNode
IP_SM_GW
static SmsNode
SMS_ROUTER
static SmsNode
SMS_ROUTER_AND_IP_SM_GW
static SmsNode
SMS_SC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmsNode
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_SMS_ROUTER
public static final int _SMS_ROUTER
- See Also:
- Constant Field Values
-
_IP_SM_GW
public static final int _IP_SM_GW
- See Also:
- Constant Field Values
-
_SMS_ROUTER_AND_IP_SM_GW
public static final int _SMS_ROUTER_AND_IP_SM_GW
- See Also:
- Constant Field Values
-
_SMS_SC
public static final int _SMS_SC
- See Also:
- Constant Field Values
-
SMS_ROUTER
public static final SmsNode SMS_ROUTER
-
IP_SM_GW
public static final SmsNode IP_SM_GW
-
SMS_ROUTER_AND_IP_SM_GW
public static final SmsNode SMS_ROUTER_AND_IP_SM_GW
-
SMS_SC
public static final SmsNode SMS_SC
-
-
Method Detail
-
fromInt
public static SmsNode 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
-
-