com.ibm.diameter.charging.util
Class CCUnitType

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

public class CCUnitType
extends java.lang.Object

Describes the CCUnitType values that may be specified for the CC-Unit-Type Avp.


Field Summary
static int INPUT_OCTETS
           
static int MONEY
           
static int OUTPUT_OCTETS
           
static int SERVICE_SPECIFIC_UNITS
           
static int TIME
           
static int TOTAL_OCTETS
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the CC-Unit-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

TIME

public static final int TIME
See Also:
Constant Field Values

MONEY

public static final int MONEY
See Also:
Constant Field Values

TOTAL_OCTETS

public static final int TOTAL_OCTETS
See Also:
Constant Field Values

INPUT_OCTETS

public static final int INPUT_OCTETS
See Also:
Constant Field Values

OUTPUT_OCTETS

public static final int OUTPUT_OCTETS
See Also:
Constant Field Values

SERVICE_SPECIFIC_UNITS

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.