com.ibm.diameter.charging.util
Class PoCChangeCondition
java.lang.Object
com.ibm.diameter.charging.util.PoCChangeCondition
public class PoCChangeCondition
- extends java.lang.Object
Describes the PoCChangeCondition values that may be specified for the
PoC-Change-Condition Avp.
- SERVICE_CHANGE
- VOLUME_LIMIT
- TIME_LIMIT
- NUMBER_OF_TALK_BURST_LIMIT
- NUMBER_OF_ACTIVE_PARTICIPANTS
- TARRIF_TIME
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
PoC-Change-Condition Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_CHANGE
public static final int SERVICE_CHANGE
- See Also:
- Constant Field Values
VOLUME_LIMIT
public static final int VOLUME_LIMIT
- See Also:
- Constant Field Values
TIME_LIMIT
public static final int TIME_LIMIT
- See Also:
- Constant Field Values
NUMBER_OF_TALK_BURST_LIMIT
public static final int NUMBER_OF_TALK_BURST_LIMIT
- See Also:
- Constant Field Values
NUMBER_OF_ACTIVE_PARTICIPANTS
public static final int NUMBER_OF_ACTIVE_PARTICIPANTS
- See Also:
- Constant Field Values
TARRIF_TIME
public static final int TARRIF_TIME
- 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
PoC-Change-Condition Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified PoCChangeCondition value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.