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

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

public class UsageParameter
extends Object
implements Cloneable


Field Summary
 String description
           
 String tag
           
 String value
           
 
Constructor Summary
UsageParameter()
           
 
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

value

public String value

description

public String description
Constructor Detail

UsageParameter

public UsageParameter()
Method Detail

clone

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