Class SmMessageType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.SmMessageType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class SmMessageType extends Object implements Serializable, Enumerated
Java class to represent the SmMessageType enumerated type. Documentation from the relevant specification: The SM-Message-Type AVP (AVP code 2007) is of type Enumerated and indicates the type of the message which caused the charging interaction.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DELIVERY_REPORT
static int
_SM_SERVICE_REQUEST
static int
_SUBMISSION
static SmMessageType
DELIVERY_REPORT
static SmMessageType
SM_SERVICE_REQUEST
static SmMessageType
SUBMISSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmMessageType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_SUBMISSION
public static final int _SUBMISSION
- See Also:
- Constant Field Values
-
_DELIVERY_REPORT
public static final int _DELIVERY_REPORT
- See Also:
- Constant Field Values
-
_SM_SERVICE_REQUEST
public static final int _SM_SERVICE_REQUEST
- See Also:
- Constant Field Values
-
SUBMISSION
public static final SmMessageType SUBMISSION
-
DELIVERY_REPORT
public static final SmMessageType DELIVERY_REPORT
-
SM_SERVICE_REQUEST
public static final SmMessageType SM_SERVICE_REQUEST
-
-
Method Detail
-
fromInt
public static SmMessageType 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
-
-