com.ibm.diameter.charging.util
Class ClassIdentifier
java.lang.Object
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.
- PERSONAL
- ADVERTISEMENT
- INFORMATIONAL
- AUTO
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 |
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
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.