|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.tasks.ags.na.DirectionsString
public final class DirectionsString

More detailed direction info passed back from a route solving operation.
| Constructor Summary | |
|---|---|
DirectionsString(DirectionsStringType type,
String value)
Constructs a DirectionsString with type and value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
DirectionsStringType |
getType()
Returns a DirectionsStringType object. |
String |
getValue()
Returns the value string. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DirectionsString(DirectionsStringType type,
String value)
type - DirectionsStringTypevalue - String| Method Detail |
|---|
public DirectionsStringType getType()
public String getValue()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||