package ch.alv.components.data.model; /** * Enumeration of states an entity can take. * * @since 1.0.0 */ public enum EntityState { INITIAL, UPDATED, DELETED }