package org.whole.lang.workflows.model; /** * @generator Whole */ public interface Text extends IWorkflowsEntity, Description, Label { public String getValue(); public void setValue(String value); }