public class TransExecutorParameters extends Object implements Cloneable
| Constructor and Description | 
|---|
TransExecutorParameters()  | 
TransExecutorParameters(Node paramNode)  | 
TransExecutorParameters(Repository rep,
                       org.pentaho.di.repository.ObjectId id_step)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
allocate(int nrVariables)  | 
Object | 
clone()  | 
String[] | 
getField()  | 
String[] | 
getInput()  | 
String[] | 
getVariable()  | 
String | 
getXML()  | 
boolean | 
isInheritingAllVariables()  | 
void | 
saveRep(Repository rep,
       org.pentaho.metastore.api.IMetaStore metaStore,
       org.pentaho.di.repository.ObjectId id_transformation,
       org.pentaho.di.repository.ObjectId id_step)  | 
void | 
setField(String[] field)  | 
void | 
setInheritingAllVariables(boolean inheritingAllVariables)  | 
void | 
setInput(String[] input)  | 
void | 
setVariable(String[] variable)  | 
public static final String XML_TAG
public TransExecutorParameters()
public TransExecutorParameters(Node paramNode)
public TransExecutorParameters(Repository rep, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void allocate(int nrVariables)
public String getXML()
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic String[] getField()
public void setField(String[] field)
field - the input field name to setpublic String[] getVariable()
public void setVariable(String[] variable)
variable - the variable to setpublic boolean isInheritingAllVariables()
public void setInheritingAllVariables(boolean inheritingAllVariables)
inheritingAllVariables - the inheritingAllVariables to setpublic String[] getInput()
public void setInput(String[] input)
input - the input to set