All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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