com.ibm.diameter.rf.util
Class Direction

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

public class Direction
extends java.lang.Object

Defines RF Direction enumerated values.


Field Summary
static int DOWNLINK
           
static int UPLINK
           
 
Constructor Summary
Direction()
           
 
Method Summary
static boolean isDirectionDefined(int value)
          Validates that the given value is a valid Direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLINK

public static final int UPLINK
See Also:
Constant Field Values

DOWNLINK

public static final int DOWNLINK
See Also:
Constant Field Values
Constructor Detail

Direction

public Direction()
Method Detail

isDirectionDefined

public static boolean isDirectionDefined(int value)
Validates that the given value is a valid Direction.

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


Copyright © 2006 IBM Corp. All Rights Reserved.