001 /*
002 @license.text@
003 */
004 package biz.hammurapi.util;
005
006 /**
007 * @author Pavel Vlasov
008 * @version $Revision: 1.2 $
009 */
010 public interface Parameter {
011 String getName();
012 String getType();
013 }