com.ibm.diameter.charging.util
Class ReportingReason

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

public class ReportingReason
extends java.lang.Object

Describes the ReportingReason values that may be specified for the Reporting-Reason Avp.


Field Summary
static int FINAL
           
static int FORCED_REAUTHORISATION
           
static int OTHER_QUOTA_TYPE
           
static int POOL_EXHAUSTED
           
static int QHT
           
static int QUOTA_EXHAUSTED
           
static int RATING_CONDITION_CHANGE
           
static int THRESHOLD
           
static int VALIDITY_TIME
           
 
Method Summary
static boolean isReportingReasonDefined(int value)
          Used by the charging web services to validate the value specified for the Reporting-Reason 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

THRESHOLD

public static final int THRESHOLD
See Also:
Constant Field Values

QHT

public static final int QHT
See Also:
Constant Field Values

FINAL

public static final int FINAL
See Also:
Constant Field Values

QUOTA_EXHAUSTED

public static final int QUOTA_EXHAUSTED
See Also:
Constant Field Values

VALIDITY_TIME

public static final int VALIDITY_TIME
See Also:
Constant Field Values

OTHER_QUOTA_TYPE

public static final int OTHER_QUOTA_TYPE
See Also:
Constant Field Values

RATING_CONDITION_CHANGE

public static final int RATING_CONDITION_CHANGE
See Also:
Constant Field Values

FORCED_REAUTHORISATION

public static final int FORCED_REAUTHORISATION
See Also:
Constant Field Values

POOL_EXHAUSTED

public static final int POOL_EXHAUSTED
See Also:
Constant Field Values
Method Detail

isReportingReasonDefined

public static boolean isReportingReasonDefined(int value)
Used by the charging web services to validate the value specified for the Reporting-Reason Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.