First version after introduction of meaningful ids and Identifiable interface.
[xmlrouter] / config / src / main / java / org / wamblee / xmlrouter / config / Transformation.java
index 9f200845dcbe5811a661072a13c40d27bf7303c7..9867392d7340acd029b847caff271fdaf6d71ee1 100644 (file)
@@ -23,12 +23,7 @@ import javax.xml.transform.dom.DOMSource;
  * @author Erik Brakkee
  * 
  */
-public interface Transformation {
-
-    /**
-     * @return Name for the transformation.
-     */
-    String getName();
+public interface Transformation extends Identifiable<Transformation> {
 
     /**
      * From type that can be transformed.