1 package de.java2html.plugin;2 3 /**4 * @author Markus Gebhard5 */6 public interface IParameter {7 public String getName();8 }9