com.ibm.diameter.charging.util
Class RoleOfNode

java.lang.Object
  extended by 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.


Field Summary
static int B2BUA_ROLE
           
static int ORIGINATING_ROLE
           
static int PROXY_ROLE
           
static int TERMINATING_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
 

Field Detail

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

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.