com.ibm.diameter.charging.util
Class MBMSServiceType

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

public class MBMSServiceType
extends java.lang.Object

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


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

MULTICAST

public static final int MULTICAST
See Also:
Constant Field Values

BROADCAST

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.