com.ibm.diameter.charging.util
Class PoCChangeCondition

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


Field Summary
static int NUMBER_OF_ACTIVE_PARTICIPANTS
           
static int NUMBER_OF_TALK_BURST_LIMIT
           
static int SERVICE_CHANGE
           
static int TARRIF_TIME
           
static int TIME_LIMIT
           
static int VOLUME_LIMIT
           
 
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
 

Field Detail

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

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.