com.ibm.diameter.rf.util
Class RoleOfNode

java.lang.Object
  extended by com.ibm.diameter.rf.util.RoleOfNode

public class RoleOfNode
extends java.lang.Object

Defines RF RoleOfNode enumeration values.


Field Summary
static int B2BUA_ROLE
           
static int ORIGINATING_ROLE
           
static int PROXY_ROLE
           
static int TERMINATING_ROLE
           
 
Constructor Summary
RoleOfNode()
           
 
Method Summary
static boolean isRoleOfNodeDefined(int value)
          Validates that the given value is a valid RoleOfNode.
 
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
Constructor Detail

RoleOfNode

public RoleOfNode()
Method Detail

isRoleOfNodeDefined

public static boolean isRoleOfNodeDefined(int value)
Validates that the given value is a valid RoleOfNode.

Parameters:
value - The integer to be verified.
Returns:
bool Indicating if the value is valid.


Copyright © 2006 IBM Corp. All Rights Reserved.