Class MessageType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.MessageType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class MessageType extends Object implements Serializable, Enumerated
Java class to represent the MessageType enumerated type. Documentation from the relevant specification: The Message-Type AVP (AVP code 1211) is of type Enumerated and holds the type of the message according to the MMS transactions e.g. submission, delivery. The values are specified in MMS Encapsulation [209].- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_M_ACKNOWLEDGE_IND
static int
_M_DELIVERY_IND
static int
_M_FORWARD_CONF
static int
_M_FORWARD_REQ
static int
_M_MBOX_DELETE_CONF
static int
_M_MBOX_STORE_CONF
static int
_M_MBOX_UPLOAD_CONF
static int
_M_MBOX_VIEW_CONF
static int
_M_NOTIFICATION_IND
static int
_M_NOTIFYRESP_IND
static int
_M_READ_ORIG_IND
static int
_M_READ_REC_IND
static int
_M_RETRIEVE_CONF
static int
_M_SEND_CONF
static int
_M_SEND_REQ
static MessageType
M_ACKNOWLEDGE_IND
static MessageType
M_DELIVERY_IND
static MessageType
M_FORWARD_CONF
static MessageType
M_FORWARD_REQ
static MessageType
M_MBOX_DELETE_CONF
static MessageType
M_MBOX_STORE_CONF
static MessageType
M_MBOX_UPLOAD_CONF
static MessageType
M_MBOX_VIEW_CONF
static MessageType
M_NOTIFICATION_IND
static MessageType
M_NOTIFYRESP_IND
static MessageType
M_READ_ORIG_IND
static MessageType
M_READ_REC_IND
static MessageType
M_RETRIEVE_CONF
static MessageType
M_SEND_CONF
static MessageType
M_SEND_REQ
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_M_SEND_REQ
public static final int _M_SEND_REQ
- See Also:
- Constant Field Values
-
_M_SEND_CONF
public static final int _M_SEND_CONF
- See Also:
- Constant Field Values
-
_M_NOTIFICATION_IND
public static final int _M_NOTIFICATION_IND
- See Also:
- Constant Field Values
-
_M_NOTIFYRESP_IND
public static final int _M_NOTIFYRESP_IND
- See Also:
- Constant Field Values
-
_M_RETRIEVE_CONF
public static final int _M_RETRIEVE_CONF
- See Also:
- Constant Field Values
-
_M_ACKNOWLEDGE_IND
public static final int _M_ACKNOWLEDGE_IND
- See Also:
- Constant Field Values
-
_M_DELIVERY_IND
public static final int _M_DELIVERY_IND
- See Also:
- Constant Field Values
-
_M_READ_REC_IND
public static final int _M_READ_REC_IND
- See Also:
- Constant Field Values
-
_M_READ_ORIG_IND
public static final int _M_READ_ORIG_IND
- See Also:
- Constant Field Values
-
_M_FORWARD_REQ
public static final int _M_FORWARD_REQ
- See Also:
- Constant Field Values
-
_M_FORWARD_CONF
public static final int _M_FORWARD_CONF
- See Also:
- Constant Field Values
-
_M_MBOX_STORE_CONF
public static final int _M_MBOX_STORE_CONF
- See Also:
- Constant Field Values
-
_M_MBOX_VIEW_CONF
public static final int _M_MBOX_VIEW_CONF
- See Also:
- Constant Field Values
-
_M_MBOX_UPLOAD_CONF
public static final int _M_MBOX_UPLOAD_CONF
- See Also:
- Constant Field Values
-
_M_MBOX_DELETE_CONF
public static final int _M_MBOX_DELETE_CONF
- See Also:
- Constant Field Values
-
M_SEND_REQ
public static final MessageType M_SEND_REQ
-
M_SEND_CONF
public static final MessageType M_SEND_CONF
-
M_NOTIFICATION_IND
public static final MessageType M_NOTIFICATION_IND
-
M_NOTIFYRESP_IND
public static final MessageType M_NOTIFYRESP_IND
-
M_RETRIEVE_CONF
public static final MessageType M_RETRIEVE_CONF
-
M_ACKNOWLEDGE_IND
public static final MessageType M_ACKNOWLEDGE_IND
-
M_DELIVERY_IND
public static final MessageType M_DELIVERY_IND
-
M_READ_REC_IND
public static final MessageType M_READ_REC_IND
-
M_READ_ORIG_IND
public static final MessageType M_READ_ORIG_IND
-
M_FORWARD_REQ
public static final MessageType M_FORWARD_REQ
-
M_FORWARD_CONF
public static final MessageType M_FORWARD_CONF
-
M_MBOX_STORE_CONF
public static final MessageType M_MBOX_STORE_CONF
-
M_MBOX_VIEW_CONF
public static final MessageType M_MBOX_VIEW_CONF
-
M_MBOX_UPLOAD_CONF
public static final MessageType M_MBOX_UPLOAD_CONF
-
M_MBOX_DELETE_CONF
public static final MessageType M_MBOX_DELETE_CONF
-
-
Method Detail
-
fromInt
public static MessageType 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
-
-