com.ibm.diameter.charging.util
Class RoleOfNode
java.lang.Object
com.ibm.diameter.charging.util.RoleOfNode
public class RoleOfNode
- extends java.lang.Object
Describes the CreditControlFailureHandling values that may be specified for the
Role-Of-Node Avp.
- ORIGINATING_ROLE
- TERMINATING_ROLE
- PROXY_ROLE
- B2BUA_ROLE
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
Role-Of-Node Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORIGINATING_ROLE
public static final int ORIGINATING_ROLE
- See Also:
- Constant Field Values
TERMINATING_ROLE
public static final int TERMINATING_ROLE
- See Also:
- Constant Field Values
PROXY_ROLE
public static final int PROXY_ROLE
- See Also:
- Constant Field Values
B2BUA_ROLE
public static final int B2BUA_ROLE
- 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
Role-Of-Node Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified RoleOfNode value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.