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