com.ibm.diameter.charging.util
Class Priority

java.lang.Object
  extended by com.ibm.diameter.charging.util.Priority

public class Priority
extends java.lang.Object

Describes the Priority values that may be specified for the Priority Avp.


Field Summary
static int HIGH
           
static int LOW
           
static int NORMAL
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Priority 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

LOW

public static final int LOW
See Also:
Constant Field Values

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

HIGH

public static final int HIGH
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 Priority Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified Priority value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.