com.ibm.diameter.charging.util
Class LCSFormatIndicator
java.lang.Object
com.ibm.diameter.charging.util.LCSFormatIndicator
public class LCSFormatIndicator
- extends java.lang.Object
Describes the LCSFormatIndicator values that may be specified for the
LCS-Format-Indicator Avp.
- LOGICAL_NAME
- EMAIL_ADDRESS
- MSISDN
- URL
- SIP_URL
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
LCS-Format-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 |
LOGICAL_NAME
public static final int LOGICAL_NAME
- See Also:
- Constant Field Values
EMAIL_ADDRESS
public static final int EMAIL_ADDRESS
- See Also:
- Constant Field Values
MSISDN
public static final int MSISDN
- See Also:
- Constant Field Values
URL
public static final int URL
- See Also:
- Constant Field Values
SIP_URL
public static final int SIP_URL
- 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-Format-Indicator Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified LCSFormatIndicator value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.