com.ibm.diameter.charging.util
Class CCRequestType
java.lang.Object
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.
- INITIAL_REQUEST
- UPDATE_REQUEST
- TERMINATION_REQUEST
- EVENT_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 |
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
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.