|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.RouteMatrixResultsCode
Constants used to define return codes from a doRouteMatrix call.
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static RouteMatrixResultsCode |
from_int(int value)
Deprecated. Use fromInt instead. |
static RouteMatrixResultsCode |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this RouteMatrixResultsCode. |
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 RouteMatrixResultsCode NotSpecified
NOT_SPECIFIED instead.
public static final RouteMatrixResultsCode Success
SUCCESS instead.
public static final RouteMatrixResultsCode InvalidLocation
INVALID_LOCATION instead.
public static final RouteMatrixResultsCode RouteFailure
ROUTE_FAILURE instead.
public static final RouteMatrixResultsCode NoDatasetFound
NO_DATASET_FOUND instead.
public static final RouteMatrixResultsCode InvalidOption
INVALID_OPTION instead.
public static final RouteMatrixResultsCode PartialSuccess
PARTIAL_SUCCESS instead.
public static final RouteMatrixResultsCode ExceededMaxLocations
EXCEEDED_MAX_LOCATIONS instead.
public static final RouteMatrixResultsCode NOT_SPECIFIED
public static final RouteMatrixResultsCode SUCCESS
public static final RouteMatrixResultsCode INVALID_LOCATION
public static final RouteMatrixResultsCode ROUTE_FAILURE
public static final RouteMatrixResultsCode NO_DATASET_FOUND
public static final RouteMatrixResultsCode INVALID_OPTION
public static final RouteMatrixResultsCode PARTIAL_SUCCESS
public static final RouteMatrixResultsCode EXCEEDED_MAX_LOCATIONS
| Method Detail |
public java.lang.String toString()
public int intValue()
public static RouteMatrixResultsCode fromInt(int value)
public static RouteMatrixResultsCode from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this RouteMatrixResultsCode
against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||