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