package org.whole.lang.frames.model; /** * @generator Whole */ public interface ByteValue extends IFramesEntity, Expression { public byte getValue(); public void setValue(byte value); }