package hu.sch.domain.enums; /** * * @author hege */ public enum ValuationStatus { NINCS, ELBIRALATLAN, ELFOGADVA, ELUTASITVA; }