Interface SelectionNameTypes
-
public interface SelectionNameTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringCROSS_STREETstatic StringDESTINATIONstatic StringMAIN_STREETstatic StringREGION_AFTERstatic StringREGION_BEFOREstatic StringREGION_BETWEENstatic StringREGION_INstatic StringSTOP_DESCRIPTIONstatic StringSTOP_NAME
-
-
-
Field Detail
-
DESTINATION
static final String DESTINATION
- See Also:
- Constant Field Values
-
REGION_IN
static final String REGION_IN
- See Also:
- Constant Field Values
-
REGION_BETWEEN
static final String REGION_BETWEEN
- See Also:
- Constant Field Values
-
REGION_BEFORE
static final String REGION_BEFORE
- See Also:
- Constant Field Values
-
REGION_AFTER
static final String REGION_AFTER
- See Also:
- Constant Field Values
-
MAIN_STREET
static final String MAIN_STREET
- See Also:
- Constant Field Values
-
CROSS_STREET
static final String CROSS_STREET
- See Also:
- Constant Field Values
-
STOP_NAME
static final String STOP_NAME
- See Also:
- Constant Field Values
-
STOP_DESCRIPTION
static final String STOP_DESCRIPTION
- See Also:
- Constant Field Values
-
-