com.ibm.diameter.charging.util
Class ContentClass
java.lang.Object
com.ibm.diameter.charging.util.ContentClass
public class ContentClass
- extends java.lang.Object
Describes the ContentClass values that may be specified for the
Content-Class Avp.
- TEXT
- IMAGE_BASIC
- IMAGE_RICH
- VIDEO_BASIC
- VIDEO_RICH
- MEGAPIXEL
- CONTENT_BASIC
- CONTENT_RICH
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
Content-Class Avp against the allowed enumerated values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
IMAGE_BASIC
public static final int IMAGE_BASIC
- See Also:
- Constant Field Values
IMAGE_RICH
public static final int IMAGE_RICH
- See Also:
- Constant Field Values
VIDEO_BASIC
public static final int VIDEO_BASIC
- See Also:
- Constant Field Values
VIDEO_RICH
public static final int VIDEO_RICH
- See Also:
- Constant Field Values
MEGAPIXEL
public static final int MEGAPIXEL
- See Also:
- Constant Field Values
CONTENT_BASIC
public static final int CONTENT_BASIC
- See Also:
- Constant Field Values
CONTENT_RICH
public static final int CONTENT_RICH
- 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
Content-Class Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified ContentClass value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.