package org.whole.lang.commons.model; /** * @generator Whole */ public interface Quantifier extends ICommonsEntity, Any { public org.whole.lang.commons.model.QuantifierEnum.Value getValue(); public void setValue(org.whole.lang.commons.model.QuantifierEnum.Value value); }