com.ibm.diameter.charging.util
Class RequestedAction
java.lang.Object
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.
- DIRECT_DEBITING
- REFUND_ACCOUNT
- CHECK_BALANCE
- PRICE_ENQUIRY
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 |
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
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.