com.ibm.diameter.charging.util
Class NodeFunctionality
java.lang.Object
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.
- S_CSCF
- P_CSCF
- I_CSCF
- MRFC
- MGCF
- BGCF
- AS
- 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 |
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
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.