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