com.ibm.diameter.charging.util
Class LocationEstimateType

java.lang.Object
  extended by 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.


Field Summary
static int ACTIVATE_DEFERRED_LOCATION
           
static int CANCEL_DEFERRED_LOCATION
           
static int CURRENT_LAST_KNOWN_LOCATION
           
static int CURRENT_LOCATION
           
static int INITIAL_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
 

Field Detail

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
Method Detail

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.