| Constructor and Description | 
|---|
MappingParameters()  | 
MappingParameters(Node paramNode)  | 
MappingParameters(Repository rep,
                 org.pentaho.di.repository.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,
       org.pentaho.di.repository.ObjectId id_transformation,
       org.pentaho.di.repository.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, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic 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[] 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 set