com.ibm.diameter.rf.util
Class AccountingRecordType

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

public class AccountingRecordType
extends java.lang.Object

Defines RF AccountingRecordType enumerated values.


Field Summary
static int EventOfflineAccounting
           
static int InterimOfflineAccounting
           
static int StartOfflineAccounting
           
static int StopOfflineAccounting
           
 
Constructor Summary
AccountingRecordType()
           
 
Method Summary
static boolean isAccountingRecordTypeDefined(int value)
          Validates that the given value is a valid Record Type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EventOfflineAccounting

public static final int EventOfflineAccounting
See Also:
Constant Field Values

StartOfflineAccounting

public static final int StartOfflineAccounting
See Also:
Constant Field Values

InterimOfflineAccounting

public static final int InterimOfflineAccounting
See Also:
Constant Field Values

StopOfflineAccounting

public static final int StopOfflineAccounting
See Also:
Constant Field Values
Constructor Detail

AccountingRecordType

public AccountingRecordType()
Method Detail

isAccountingRecordTypeDefined

public static boolean isAccountingRecordTypeDefined(int value)
Validates that the given value is a valid Record Type.

Parameters:
value - The integer to be verified.
Returns:
bool Indicating if the value is a valid Record Type.


Copyright © 2006 IBM Corp. All Rights Reserved.