package org.whole.lang.grammars.model; /** * @generator Whole */ public interface Size extends IGrammarsEntity, Bound { public int getValue(); public void setValue(int value); }