com.esri.core.tasks.ags.na
Class DirectionsString

java.lang.Object
  extended by com.esri.core.tasks.ags.na.DirectionsString

public final class DirectionsString
extends Object

More detailed direction info passed back from a route solving operation.

Since:
10.1.1

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

DirectionsString

public DirectionsString(DirectionsStringType type,
                        String value)
Constructs a DirectionsString with type and value.

Parameters:
type - DirectionsStringType
value - String
Since:
10.1.1
Method Detail

getType

public DirectionsStringType getType()
Returns a DirectionsStringType object.

Returns:
DirectionsStringType
Since:
10.1.1

getValue

public String getValue()
Returns the value string.

Returns:
String
Since:
10.1.1

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.