com.ibm.diameter.charging.util
Class LCSClientType
java.lang.Object
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.
- EMERGENCY_SERVICES
- VALUE_ADDED_SERVICES
- PLMN_OPERATOR_SERVICES
- LAWFUL_INTERCEPT_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 |
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
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.