com.ibm.diameter.charging.util
Class ContentClass

java.lang.Object
  extended by 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.


Field Summary
static int CONTENT_BASIC
           
static int CONTENT_RICH
           
static int IMAGE_BASIC
           
static int IMAGE_RICH
           
static int MEGAPIXEL
           
static int TEXT
           
static int VIDEO_BASIC
           
static int VIDEO_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
 

Field Detail

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
Method Detail

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.