/* * Created on Aug 26, 2004 */ package org.mindswap.owls.process; /** * @author Evren Sirin */ public interface ValueForm extends ParameterValue { public String getForm(); }