|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.RoleOfNode
public class RoleOfNode
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 |
---|
public static final int ORIGINATING_ROLE
public static final int TERMINATING_ROLE
public static final int PROXY_ROLE
public static final int B2BUA_ROLE
Constructor Detail |
---|
public RoleOfNode()
Method Detail |
---|
public static boolean isRoleOfNodeDefined(int value)
value
- The integer to be verified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |