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