public class TransExecutorParameters extends Object implements Cloneable
| Constructor and Description |
|---|
TransExecutorParameters() |
TransExecutorParameters(Node paramNode) |
TransExecutorParameters(Repository rep,
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,
ObjectId id_transformation,
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, ObjectId id_step) throws KettleException
KettleExceptionpublic void allocate(int nrVariables)
public String getXML()
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step) throws KettleException
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 setCopyright © 2018 Hitachi Vantara. All rights reserved.