com.ibm.diameter.charging.util
Class AccountingRecordType

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

public class AccountingRecordType
extends java.lang.Object

Describes the AccountingRecordType values that may be specified for the Accounting-Record-Type Avp.


Field Summary
static int EVENT_OFFLINE_ACCOUNTING
           
static int INTERIM_OFFLINE_ACCOUNTING
           
static int START_OFFLINE_ACCOUNTING
           
static int STOP_OFFLINE_ACCOUNTING
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Accounting-Record-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
 

Field Detail

EVENT_OFFLINE_ACCOUNTING

public static final int EVENT_OFFLINE_ACCOUNTING
See Also:
Constant Field Values

START_OFFLINE_ACCOUNTING

public static final int START_OFFLINE_ACCOUNTING
See Also:
Constant Field Values

INTERIM_OFFLINE_ACCOUNTING

public static final int INTERIM_OFFLINE_ACCOUNTING
See Also:
Constant Field Values

STOP_OFFLINE_ACCOUNTING

public static final int STOP_OFFLINE_ACCOUNTING
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 Accounting-Record-Type Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.