com.ibm.diameter.charging.util
Class AddressType

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

public class AddressType
extends java.lang.Object

Describes the AddressType values that may be specified for the Address-Type Avp.


Field Summary
static int ALPHANUMERIC_SHORTCODE
           
static int EMAIL_ADDRESS
           
static int IPV4_ADDRESS
           
static int IPV6_ADDRESS
           
static int MSISDN
           
static int NUMERIC_SHORTCODE
           
static int OTHER
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Address-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

EMAIL_ADDRESS

public static final int EMAIL_ADDRESS
See Also:
Constant Field Values

MSISDN

public static final int MSISDN
See Also:
Constant Field Values

IPV4_ADDRESS

public static final int IPV4_ADDRESS
See Also:
Constant Field Values

IPV6_ADDRESS

public static final int IPV6_ADDRESS
See Also:
Constant Field Values

NUMERIC_SHORTCODE

public static final int NUMERIC_SHORTCODE
See Also:
Constant Field Values

ALPHANUMERIC_SHORTCODE

public static final int ALPHANUMERIC_SHORTCODE
See Also:
Constant Field Values

OTHER

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.