com.ibm.diameter.charging.util
Class LCSClientType

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

public class LCSClientType
extends java.lang.Object

Describes the LCSClientType values that may be specified for the LCS-Client-Type Avp.


Field Summary
static int EMERGENCY_SERVICES
           
static int LAWFUL_INTERCEPT_SERVICES
           
static int PLMN_OPERATOR_SERVICES
           
static int VALUE_ADDED_SERVICES
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the LCS-Client-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

EMERGENCY_SERVICES

public static final int EMERGENCY_SERVICES
See Also:
Constant Field Values

VALUE_ADDED_SERVICES

public static final int VALUE_ADDED_SERVICES
See Also:
Constant Field Values

PLMN_OPERATOR_SERVICES

public static final int PLMN_OPERATOR_SERVICES
See Also:
Constant Field Values

LAWFUL_INTERCEPT_SERVICES

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.