com.ibm.diameter.charging.util
Class AddressType
java.lang.Object
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.
- EMAIL_ADDRESS
- MSISDN
- IPV4_ADDRESS
- IPV6_ADDRESS
- NUMERIC_SHORTCODE
- ALPHANUMERIC_SHORTCODE
- 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 |
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
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.