org.csapi.jr.se.mm
Class LocationResponseIndicator

java.lang.Object
  |
  +--org.csapi.jr.se.mm.LocationResponseIndicator
All Implemented Interfaces:
java.io.Serializable

public final class LocationResponseIndicator
extends java.lang.Object
implements java.io.Serializable

Defines a response time requirement.

See Also:
Serialized Form

Field Summary
static int _M_DELAY_TOLERANT
          Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.
static int _M_LOW_DELAY
          Low delay: return the current location with minimum delay.
static int _M_NO_DELAY
          No delay: return either initial or last known location of the user.
static int _M_USE_TIMER_VALUE
          Use timer value: obtain the current location with regard to fulfilling the response time requirement.
static org.csapi.jr.se.mm.LocationResponseIndicator M_DELAY_TOLERANT
          Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.
static org.csapi.jr.se.mm.LocationResponseIndicator M_LOW_DELAY
          Low delay: return the current location with minimum delay.
static org.csapi.jr.se.mm.LocationResponseIndicator M_NO_DELAY
          No delay: return either initial or last known location of the user.
static org.csapi.jr.se.mm.LocationResponseIndicator M_USE_TIMER_VALUE
          Use timer value: obtain the current location with regard to fulfilling the response time requirement.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
static org.csapi.jr.se.mm.LocationResponseIndicator getObject(int value)
          Accepts values in the range of 0 to 3
 int getValue()
          Number representing enum type
 java.lang.String getValueText()
          getValueText method, overrides the getValueText() method in class java.lang.Object
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_M_NO_DELAY

public static final int _M_NO_DELAY
No delay: return either initial or last known location of the user.

See Also:
Constant Field Values

M_NO_DELAY

public static final org.csapi.jr.se.mm.LocationResponseIndicator M_NO_DELAY
No delay: return either initial or last known location of the user.


_M_LOW_DELAY

public static final int _M_LOW_DELAY
Low delay: return the current location with minimum delay. The mobility service shall attempt to fulfil any accuracy requirement, but in doing so shall not add any additional delay.

See Also:
Constant Field Values

M_LOW_DELAY

public static final org.csapi.jr.se.mm.LocationResponseIndicator M_LOW_DELAY
Low delay: return the current location with minimum delay. The mobility service shall attempt to fulfil any accuracy requirement, but in doing so shall not add any additional delay.


_M_DELAY_TOLERANT

public static final int _M_DELAY_TOLERANT
Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.

See Also:
Constant Field Values

M_DELAY_TOLERANT

public static final org.csapi.jr.se.mm.LocationResponseIndicator M_DELAY_TOLERANT
Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.


_M_USE_TIMER_VALUE

public static final int _M_USE_TIMER_VALUE
Use timer value: obtain the current location with regard to fulfilling the response time requirement.

See Also:
Constant Field Values

M_USE_TIMER_VALUE

public static final org.csapi.jr.se.mm.LocationResponseIndicator M_USE_TIMER_VALUE
Use timer value: obtain the current location with regard to fulfilling the response time requirement.

Method Detail

getValue

public int getValue()
Number representing enum type

Returns:
int number representing type of object, this is defined within the class

getValueText

public java.lang.String getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object

Returns:
String The stringified version of the LocationResponseIndicator object

getObject

public static org.csapi.jr.se.mm.LocationResponseIndicator getObject(int value)
                                                              throws InvalidEnumValueException
Accepts values in the range of 0 to 3

Parameters:
value - number representing type of object, this is defined within the class
Throws:
InvalidEnumValueException - thrown if invalid value is passed into method

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object