package fr.mch.mdo.restaurant.services.business.managers; public enum MdoTableAsEnumTableTypeName { TAKE_AWAY() { }, EAT_IN() { }; }