1 2 3 4 5 6 7
package com.mavlushechka.notaryqueue.model; public enum Status { WAITING, PROCESSING, READY }