com.ibm.diameter.rf.util
Class PSAppendFreeFormatData

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

public class PSAppendFreeFormatData
extends java.lang.Object

Defines RF PSAppendFreeFormatData enumerated values.


Field Summary
static int APPEND
           
static int OVERWRITE
           
 
Constructor Summary
PSAppendFreeFormatData()
           
 
Method Summary
static boolean isPSAppendFreeFormatDataDefined(int value)
          Validates that the given value is a valid PSAppendFreeFormatData.
 
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
Constructor Detail

PSAppendFreeFormatData

public PSAppendFreeFormatData()
Method Detail

isPSAppendFreeFormatDataDefined

public static boolean isPSAppendFreeFormatDataDefined(int value)
Validates that the given value is a valid PSAppendFreeFormatData.

Parameters:
value - The integer to be verified.
Returns:
bool Indicating if the value is valid.


Copyright © 2006 IBM Corp. All Rights Reserved.