package cz.coffei.foodo.data.enums; /** * Created by jtrantin on 26.7.15. */ public enum OrderStatus { NEW, PENDING, FINISHED, DONE, CANCELLED }