com.ibm.diameter.charging.util
Class MMBoxStorageRequested

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

public class MMBoxStorageRequested
extends java.lang.Object

Describes the MMBoxStorageRequested values that may be specified for the MMBox-Storage-Requested Avp.


Field Summary
static int NO
           
static int YES
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the MMBox-Storage-Requested 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

NO

public static final int NO
See Also:
Constant Field Values

YES

public static final int YES
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 MMBox-Storage-Requested Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.