com.ibm.diameter.charging.util
Class MessageType
java.lang.Object
com.ibm.diameter.charging.util.MessageType
public class MessageType
- extends java.lang.Object
Describes the MessageType values that may be specified for the
Message-Type Avp.
- M_SEND_REQ
- M_SEND_CONF
- M_NOTIFICATION_IND
- M_NOTIFYRESP_IND
- M_RETRIEVE_CONF
- M_ACKNOWLEDGE_IND
- M_DELIVERY_IND
- M_READ_REC_IND
- M_READ_ORIG_IND
- M_FORWARD_REQ
- M_FORWARD_CONF
- M_MBOX_STORE_CONF
- M_MBOX_VIEW_CONF
- M_MBOX_UPLOAD_CONF
- M_MBOX_DELETE_CONF
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
Message-Type Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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_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
isDefined
public static boolean isDefined(int value)
- Used by the charging web services to validate the value specified for the
Message-Type Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified MessageType value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.