Interface SelectionNameTypes
-
public interface SelectionNameTypes
-
-
Field Summary
Fields Modifier and Type Field Description static String
CROSS_STREET
static String
DESTINATION
static String
MAIN_STREET
static String
REGION_AFTER
static String
REGION_BEFORE
static String
REGION_BETWEEN
static String
REGION_IN
static String
STOP_DESCRIPTION
static String
STOP_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
-
-