net.java.slee.resource.diameter.ro.events.avp
Class MessageType
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.MessageType
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class MessageType
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the MessageType enumerated type.
- Author:
- Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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_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_FORWARD_REQ
public static final int _M_FORWARD_REQ
- 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_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
M_FORWARD_REQ
public static final MessageType M_FORWARD_REQ
fromInt
public static MessageType fromInt(int type)
- Return the value of this instance of this enumerated type.
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.