package org.whole.lang.sql.model; /** * @generator Whole */ public interface Action extends ISQLEntity { public org.whole.lang.sql.model.ActionEnum.Value getValue(); public void setValue(org.whole.lang.sql.model.ActionEnum.Value value); }