org.pentaho.di.trans.steps.userdefinedjavaclass
Class StepDefinition

java.lang.Object
  extended by org.pentaho.di.trans.steps.userdefinedjavaclass.StepDefinition
All Implemented Interfaces:
Cloneable

public class StepDefinition
extends Object
implements Cloneable


Field Summary
 String description
           
 StepMeta stepMeta
           
 String stepName
           
 String tag
           
 
Constructor Summary
StepDefinition()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public String tag

stepName

public String stepName

stepMeta

public StepMeta stepMeta

description

public String description
Constructor Detail

StepDefinition

public StepDefinition()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException