com.ibm.diameter.charging.util
Class LCSFormatIndicator

java.lang.Object
  extended by 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.


Field Summary
static int EMAIL_ADDRESS
           
static int LOGICAL_NAME
           
static int MSISDN
           
static int SIP_URL
           
static int 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
 

Field Detail

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
Method Detail

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.