Constructor and Description |
---|
MappingParameters() |
MappingParameters(Node paramNode) |
MappingParameters(Repository rep,
ObjectId id_step) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String[] |
getInputField() |
String[] |
getVariable() |
String |
getXML() |
boolean |
isInheritingAllVariables() |
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_transformation,
ObjectId id_step) |
void |
setInheritingAllVariables(boolean inheritingAllVariables) |
void |
setInputField(String[] inputField) |
void |
setVariable(String[] variable) |
public static final String XML_TAG
public MappingParameters()
public MappingParameters(Node paramNode)
public MappingParameters(Repository rep, ObjectId id_step) throws KettleException
KettleException
public String getXML()
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step) throws KettleException
KettleException
public String[] getInputField()
public void setInputField(String[] inputField)
inputField
- the inputField 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 setCopyright © 2018 Hitachi Vantara. All rights reserved.