com.ibm.diameter.charging.util
Class PDPContextType

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

public class PDPContextType
extends java.lang.Object

Describes the PDPContextType values that may be specified for the PDP-Context-Type Avp.


Field Summary
static int PRIMARY
           
static int SECONDARY
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the PDP-Context-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

PRIMARY

public static final int PRIMARY
See Also:
Constant Field Values

SECONDARY

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.