com.ibm.diameter.charging.util
Class LocationEstimateType
java.lang.Object
com.ibm.diameter.charging.util.LocationEstimateType
public class LocationEstimateType
- extends java.lang.Object
Describes the LocationEstimateType values that may be specified for the
Location-Estimate-Type Avp.
- CURRENT_LOCATION
- CURRENT_LAST_KNOWN_LOCATION
- INITIAL_LOCATION
- ACTIVATE_DEFERRED_LOCATION
- CANCEL_DEFERRED_LOCATION
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
Location-Estimate-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 |
CURRENT_LOCATION
public static final int CURRENT_LOCATION
- See Also:
- Constant Field Values
CURRENT_LAST_KNOWN_LOCATION
public static final int CURRENT_LAST_KNOWN_LOCATION
- See Also:
- Constant Field Values
INITIAL_LOCATION
public static final int INITIAL_LOCATION
- See Also:
- Constant Field Values
ACTIVATE_DEFERRED_LOCATION
public static final int ACTIVATE_DEFERRED_LOCATION
- See Also:
- Constant Field Values
CANCEL_DEFERRED_LOCATION
public static final int CANCEL_DEFERRED_LOCATION
- 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
Location-Estimate-Type Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified LocationEstimateType value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.