com.ibm.diameter.charging.util
Class AccountingRealtimeRequired

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

public class AccountingRealtimeRequired
extends java.lang.Object

Describes the AccountingRealtimeRequired values that may be specified for the Accounting-Realtime-Required Avp.


Field Summary
static int DELIVER_AND_GRANT
           
static int GRANT_AND_LOSE
           
static int GRANT_AND_STORE
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Accounting-Realtime-Required 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

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
Method Detail

isDefined

public static boolean isDefined(int value)
Used by the charging web services to validate the value specified for the Accounting-Realtime-Required 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.