com.ibm.diameter.charging.util
Class MBMSUserServiceType

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

public class MBMSUserServiceType
extends java.lang.Object

Describes the MBMSUserServiceType values that may be specified for the MBMS-User-Service-Type Avp.


Field Summary
static int DOWNLOAD
           
static int STREAMING
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the MBMS-User-Service-Type 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

DOWNLOAD

public static final int DOWNLOAD
See Also:
Constant Field Values

STREAMING

public static final int STREAMING
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 MBMS-User-Service-Type Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.