| Modifier and Type | Method and Description |
|---|---|
Constants.GeneralizedModeOfTransportType |
Constants.DetailedModeOfTransportType.getGeneralizedType() |
Constants.GeneralizedModeOfTransportType |
ModeOfTransport.getGeneralizedType() |
static Constants.GeneralizedModeOfTransportType |
Constants.GeneralizedModeOfTransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.GeneralizedModeOfTransportType[] |
Constants.GeneralizedModeOfTransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ModeOfTransport |
ModeOfTransport.createMinimal(Constants.GeneralizedModeOfTransportType generalizedType) |
static boolean |
Routes.featuresGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static boolean |
Routes.featuresSharedGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static boolean |
Routes.isLongerThan(Route route,
Constants.GeneralizedModeOfTransportType mot,
int meters) |
ModeOfTransport |
ModeOfTransport.setGeneralizedType(Constants.GeneralizedModeOfTransportType generalizedType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Constants.GeneralizedModeOfTransportType> |
RoadInstruction.getModeOfTransport() |
| Modifier and Type | Method and Description |
|---|---|
RoadInstruction |
RoadInstruction.setModeOfTransport(Constants.GeneralizedModeOfTransportType modeOfTransport) |
| Modifier and Type | Method and Description |
|---|---|
Set<Constants.GeneralizedModeOfTransportType> |
Parking.getModesOfTransport() |
List<Constants.GeneralizedModeOfTransportType> |
SharingStation.getModesOfTransport() |
| Modifier and Type | Method and Description |
|---|---|
SharingStation |
SharingStation.setModesOfTransport(List<Constants.GeneralizedModeOfTransportType> modesOfTransport) |
Parking |
Parking.setModesOfTransport(Set<Constants.GeneralizedModeOfTransportType> modesOfTransport) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Constants.GeneralizedModeOfTransportType> |
Utils.parseModesOfTransport(String modesOfTransport,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
static ModeOfTransport |
Utils.getStandardModeOfTransport(Constants.GeneralizedModeOfTransportType type) |
Copyright © 2018. All rights reserved.