com.ibm.diameter.charging.util
Class MBMS2G3GIndicator

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

public class MBMS2G3GIndicator
extends java.lang.Object

Describes the MBMS2G3GIndicator values that may be specified for the MBMS-2G3G-Indicator Avp.


Field Summary
static int THREE_G
           
static int TWO_G
           
static int TWO_G_AND_THREE_G
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the MBMS-2G3G-Indicator 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

TWO_G

public static final int TWO_G
See Also:
Constant Field Values

THREE_G

public static final int THREE_G
See Also:
Constant Field Values

TWO_G_AND_THREE_G

public static final int TWO_G_AND_THREE_G
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-2G3G-Indicator Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.