com.ibm.diameter.charging.util
Class RequestedAction

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

public class RequestedAction
extends java.lang.Object

Describes the RequestedAction values that may be specified for the Requested-Action Avp.


Field Summary
static int CHECK_BALANCE
           
static int DIRECT_DEBITING
           
static int PRICE_ENQUIRY
           
static int REFUND_ACCOUNT
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Requested-Action 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

DIRECT_DEBITING

public static final int DIRECT_DEBITING
See Also:
Constant Field Values

REFUND_ACCOUNT

public static final int REFUND_ACCOUNT
See Also:
Constant Field Values

CHECK_BALANCE

public static final int CHECK_BALANCE
See Also:
Constant Field Values

PRICE_ENQUIRY

public static final int PRICE_ENQUIRY
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 Requested-Action Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.