package fr.mch.mdo.restaurant.services.business.managers; public enum TableState { ALTERABLE, PRINTED, NOT_PRINTED, CASHED }