com.ibm.diameter.charging.util
Class CCRequestType

java.lang.Object
  extended by com.ibm.diameter.charging.util.CCRequestType

public class CCRequestType
extends java.lang.Object

Describes the AddressType values that may be specified for the Address-Type Avp.


Field Summary
static int EVENT_REQUEST
           
static int INITIAL_REQUEST
           
static int TERMINATION_REQUEST
           
static int UPDATE_REQUEST
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the CC-Request-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

INITIAL_REQUEST

public static final int INITIAL_REQUEST
See Also:
Constant Field Values

UPDATE_REQUEST

public static final int UPDATE_REQUEST
See Also:
Constant Field Values

TERMINATION_REQUEST

public static final int TERMINATION_REQUEST
See Also:
Constant Field Values

EVENT_REQUEST

public static final int EVENT_REQUEST
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 CC-Request-Type Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified CCRequestType value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.