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