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