com.ibm.diameter.charging.util
Class CCUnitType
java.lang.Object
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.
- TIME
- MONEY
- TOTAL_OCTETS
- INPUT_OCTETS
- OUTPUT_OCTETS
- SERVICE_SPECIFIC_UNITS
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 |
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
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.