com.ibm.diameter.charging.util
Class MultipleServicesIndicator

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

public class MultipleServicesIndicator
extends java.lang.Object

Describes the MultipleServicesIndicator values that may be specified for the Multiple-Services-Indicator Avp.


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

MULTIPLE_SERVICES_NOT_SUPPORTED

public static final int MULTIPLE_SERVICES_NOT_SUPPORTED
See Also:
Constant Field Values

MULTIPLE_SERVICES_SUPPORTED

public static final int MULTIPLE_SERVICES_SUPPORTED
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 Multiple-Services-Indicator Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.