Class SmsNode
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vb80.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_GWstatic int_SMS_ROUTERstatic int_SMS_ROUTER_AND_IP_SM_GWstatic int_SMS_SCstatic SmsNodeIP_SM_GWstatic SmsNodeSMS_ROUTERstatic SmsNodeSMS_ROUTER_AND_IP_SM_GWstatic SmsNodeSMS_SC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmsNodefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-