package org.whole.lang.sql.model; /** * @generator Whole */ public interface SmallIntValue extends ISQLEntity, SQLExpression { public short getValue(); public void setValue(short value); }