Class MessageType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.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_INDstatic int_M_DELIVERY_INDstatic int_M_FORWARD_CONFstatic int_M_FORWARD_REQstatic int_M_MBOX_DELETE_CONFstatic int_M_MBOX_STORE_CONFstatic int_M_MBOX_UPLOAD_CONFstatic int_M_MBOX_VIEW_CONFstatic int_M_NOTIFICATION_INDstatic int_M_NOTIFYRESP_INDstatic int_M_READ_ORIG_INDstatic int_M_READ_REC_INDstatic int_M_RETRIEVE_CONFstatic int_M_SEND_CONFstatic int_M_SEND_REQstatic MessageTypeM_ACKNOWLEDGE_INDstatic MessageTypeM_DELIVERY_INDstatic MessageTypeM_FORWARD_CONFstatic MessageTypeM_FORWARD_REQstatic MessageTypeM_MBOX_DELETE_CONFstatic MessageTypeM_MBOX_STORE_CONFstatic MessageTypeM_MBOX_UPLOAD_CONFstatic MessageTypeM_MBOX_VIEW_CONFstatic MessageTypeM_NOTIFICATION_INDstatic MessageTypeM_NOTIFYRESP_INDstatic MessageTypeM_READ_ORIG_INDstatic MessageTypeM_READ_REC_INDstatic MessageTypeM_RETRIEVE_CONFstatic MessageTypeM_SEND_CONFstatic MessageTypeM_SEND_REQ
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-