Class SmMessageType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_REPORTstatic int_SM_SERVICE_REQUESTstatic int_SUBMISSIONstatic SmMessageTypeDELIVERY_REPORTstatic SmMessageTypeSM_SERVICE_REQUESTstatic SmMessageTypeSUBMISSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmMessageTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-