package com.wilzwert.myjobs.core.domain.model.job; /** * @author Wilhelm Zwertvaegher */ public enum JobStatusMeta { ACTIVE, INACTIVE, LATE }