
org.opentripplanner.service.vehicleparking.model.VehicleParkingState Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.service.vehicleparking.model;
/**
* The state of the vehicle parking. TEMPORARILY_CLOSED and CLOSED are distinct states so that they
* may be represented differently to the user.
*/
public enum VehicleParkingState {
OPERATIONAL,
TEMPORARILY_CLOSED,
CLOSED,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy