com.ibm.diameter.charging.util
Class ClassIdentifier

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

public class ClassIdentifier
extends java.lang.Object

Describes the ClassIdentifier values that may be specified for the Class-Identifier Avp.


Field Summary
static int ADVERTISEMENT
           
static int AUTO
           
static int INFORMATIONAL
           
static int PERSONAL
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Class-Identifier 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

PERSONAL

public static final int PERSONAL
See Also:
Constant Field Values

ADVERTISEMENT

public static final int ADVERTISEMENT
See Also:
Constant Field Values

INFORMATIONAL

public static final int INFORMATIONAL
See Also:
Constant Field Values

AUTO

public static final int AUTO
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 Class-Identifier Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.