com.ibm.diameter.charging.util
Class PoCServerRole

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

public class PoCServerRole
extends java.lang.Object

Describes the PoCServerRole values that may be specified for the PoC-Server-Role Avp.


Field Summary
static int CONTROLLING_POC_SERVER
           
static int PARTICIPATING_POC_SERVER
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the PoC-Server-Role 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

PARTICIPATING_POC_SERVER

public static final int PARTICIPATING_POC_SERVER
See Also:
Constant Field Values

CONTROLLING_POC_SERVER

public static final int CONTROLLING_POC_SERVER
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 PoC-Server-Role Avp against the allowed enumerated values.

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


Copyright © 2006 IBM Corp. All Rights Reserved.