com.ibm.diameter.charging.util
Class AddresseeType

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

public class AddresseeType
extends java.lang.Object

Describes the AddresseeType values that may be specified for the Addressee-Type Avp.


Field Summary
static int BCC
           
static int CC
           
static int TO
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Addressee-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

TO

public static final int TO
See Also:
Constant Field Values

CC

public static final int CC
See Also:
Constant Field Values

BCC

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.