package org.whole.lang.workflows.model; /** * @generator Whole */ public interface ConditionTest extends IWorkflowsEntity { public org.whole.lang.workflows.model.ConditionTestEnum.Value getValue(); public void setValue( org.whole.lang.workflows.model.ConditionTestEnum.Value value); }