com.ibm.diameter.charging.util
Class FileRepairSupported

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

public class FileRepairSupported
extends java.lang.Object

Describes the FileRepairSupported values that may be specified for the File-Repair-Supported Avp.


Field Summary
static int NOT_SUPPORTED
           
static int SUPPORTED
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the File-Repair-Supported 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

SUPPORTED

public static final int SUPPORTED
See Also:
Constant Field Values

NOT_SUPPORTED

public static final int NOT_SUPPORTED
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 File-Repair-Supported Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.