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