|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DirectionsStringType>
com.esri.core.tasks.ags.na.DirectionsStringType
public enum DirectionsStringType
The enumeration types of direction strings. These are associated with the more detailed direction info passed back from a route solving operation.
Enum Constant Summary | |
---|---|
ALT_NAME
Alternate street name directions string type. |
|
ARRIVE
Arrive directions string type. |
|
BRANCH
Sign branch information directions string type. |
|
CROSS_STREET
Cross street name directions string type. |
|
CUMULATIVE_LENGTH
Cumulative Length directions string type. |
|
DEPART
Depart directions string type. |
|
ESTIMATED_ARRIVAL_TIME
Estimated Arrival Time directions string type. |
|
EXIT
Sign exit number directions string type. |
|
GENERAL
General directions string type. |
|
LENGTH
Length directions string type. |
|
SERVICE_TIME
Service Time directions string type. |
|
STREET_NAME
Street name directions string type. |
|
SUMMARY
Sumamry directions string type. |
|
TIME
Time directions string type. |
|
TIME_WINDOW
Time Window directions string type. |
|
TOWARD
Sign toward information directions string type. |
|
VIOLATION_TIME
Violation Time directions string type. |
|
WAIT_TIME
Wait Time directions string type. |
Method Summary | |
---|---|
static DirectionsStringType |
fromString(String str)
|
String |
toString()
|
static DirectionsStringType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DirectionsStringType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DirectionsStringType GENERAL
public static final DirectionsStringType DEPART
public static final DirectionsStringType ARRIVE
public static final DirectionsStringType LENGTH
public static final DirectionsStringType TIME
public static final DirectionsStringType SUMMARY
public static final DirectionsStringType TIME_WINDOW
public static final DirectionsStringType VIOLATION_TIME
public static final DirectionsStringType WAIT_TIME
public static final DirectionsStringType SERVICE_TIME
public static final DirectionsStringType ESTIMATED_ARRIVAL_TIME
public static final DirectionsStringType CUMULATIVE_LENGTH
public static final DirectionsStringType STREET_NAME
public static final DirectionsStringType ALT_NAME
public static final DirectionsStringType BRANCH
public static final DirectionsStringType TOWARD
public static final DirectionsStringType CROSS_STREET
public static final DirectionsStringType EXIT
Method Detail |
---|
public static DirectionsStringType[] values()
for (DirectionsStringType c : DirectionsStringType.values()) System.out.println(c);
public static DirectionsStringType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DirectionsStringType>
public static DirectionsStringType fromString(String str)
str
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |