com.ibm.diameter.rf.util
Class AccountingRealtimeRequired
java.lang.Object
com.ibm.diameter.rf.util.AccountingRealtimeRequired
public class AccountingRealtimeRequired
- extends java.lang.Object
Defines RF AccountingRealtimeRequired enumerated values. This
is supported via the rawAccounting method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIVER_AND_GRANT
public static final int DELIVER_AND_GRANT
- See Also:
- Constant Field Values
GRANT_AND_STORE
public static final int GRANT_AND_STORE
- See Also:
- Constant Field Values
GRANT_AND_LOSE
public static final int GRANT_AND_LOSE
- See Also:
- Constant Field Values
AccountingRealtimeRequired
public AccountingRealtimeRequired()
isAccountingRealtimeRequiredDefined
public static boolean isAccountingRealtimeRequiredDefined(int value)
- Validates that the given value is a valid AccountingRealtimeRequired.
- Parameters:
value
- The integer to be verified.
- Returns:
- bool Indicating if the value is valid.
Copyright © 2006 IBM Corp. All Rights Reserved.