com.ibm.diameter.charging.util
Class MessageType

java.lang.Object
  extended by 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.


Field Summary
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
           
 
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
 

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
Method Detail

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.