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