com.ibm.diameter.charging.util
Class PSAppendFreeFormatData

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

public class PSAppendFreeFormatData
extends java.lang.Object

Describes the PSAppendFreeFormatData values that may be specified for the PS-Append-Free-Format-Data Avp.


Field Summary
static int APPEND
           
static int OVERWRITE
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the PS-Append-Free-Format-Data 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

APPEND

public static final int APPEND
See Also:
Constant Field Values

OVERWRITE

public static final int OVERWRITE
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 PS-Append-Free-Format-Data Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.