|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.QualityType
Constants to specify the type of geocode results wanted.
| Field Summary | |
static QualityType |
APPROX
Attempts to return approximate results. |
static QualityType |
EXACT
Attempts to return only exact matches (succeeds if only one match found). |
static QualityType |
GOOD
Attempts to return good results. |
static QualityType |
QT_APPROX
Deprecated. Use APPROX instead. |
static QualityType |
QT_EXACT
Deprecated. Use EXACT instead. |
static QualityType |
QT_GOOD
Deprecated. Use GOOD instead. |
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static QualityType |
from_int(int value)
Deprecated. Use fromInt instead. |
static QualityType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this QualityType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final QualityType QT_EXACT
EXACT instead.
public static final QualityType QT_GOOD
GOOD instead.
public static final QualityType QT_APPROX
APPROX instead.
public static final QualityType EXACT
public static final QualityType GOOD
public static final QualityType APPROX
| Method Detail |
public java.lang.String toString()
public int intValue()
public static QualityType fromInt(int value)
public static QualityType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this QualityType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||