com.ibm.diameter.charging.util
Class RedirectAddressType

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


Field Summary
static int IPV4_ADDRESS
           
static int IPV6_ADDRESS
           
static int SIP_URI
           
static int URL
           
 
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
 

Field Detail

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

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.