package com.megatim.fdxcommons.model.enumeration; /** * * @author ASUS */ public enum CriteriaLogicConnector { OR, AND; }