com.ibm.diameter.charging.util
Class NodeFunctionality

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

public class NodeFunctionality
extends java.lang.Object

Describes the NodeFunctionality values that may be specified for the Node-Functionality Avp.


Field Summary
static int AS
           
static int BGCF
           
static int I_CSCF
           
static int MGCF
           
static int MRFC
           
static int P_CSCF
           
static int S_CSCF
           
static int UE
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Node-Functionality 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

S_CSCF

public static final int S_CSCF
See Also:
Constant Field Values

P_CSCF

public static final int P_CSCF
See Also:
Constant Field Values

I_CSCF

public static final int I_CSCF
See Also:
Constant Field Values

MRFC

public static final int MRFC
See Also:
Constant Field Values

MGCF

public static final int MGCF
See Also:
Constant Field Values

BGCF

public static final int BGCF
See Also:
Constant Field Values

AS

public static final int AS
See Also:
Constant Field Values

UE

public static final int UE
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 Node-Functionality Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.