package org.msh.etbm.commons.transactionlog;

public enum Operation { NEW, EDIT, DELETE, ALL }