com.ibm.diameter.charging.util
Class TariffChangeUsage

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

public class TariffChangeUsage
extends java.lang.Object

Describes the TariffChangeUsage values that may be specified for the Tariff-Change-Usage Avp.


Field Summary
static int UNIT_AFTER_TARIFF_CHANGE
           
static int UNIT_BEFORE_TARIFF_CHANGE
           
static int UNIT_INDETERMINATE
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Tariff-Change-Usage 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

UNIT_BEFORE_TARIFF_CHANGE

public static final int UNIT_BEFORE_TARIFF_CHANGE
See Also:
Constant Field Values

UNIT_AFTER_TARIFF_CHANGE

public static final int UNIT_AFTER_TARIFF_CHANGE
See Also:
Constant Field Values

UNIT_INDETERMINATE

public static final int UNIT_INDETERMINATE
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 Tariff-Change-Usage Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.