package de.rwth.idsg.bikeman.domain; /** * @author Sevket Goekay <goekay@dbis.rwth-aachen.de> * @since 06.08.2015 */ public enum ReservationState { CREATED, USED }