Modifier and Type | Field and Description |
---|---|
protected List<ImportRuleInterface> |
rules |
static String |
XML_TAG |
Constructor and Description |
---|
ImportRules() |
Modifier and Type | Method and Description |
---|---|
ImportRules |
clone()
Perform a deep clone
|
List<ImportRuleInterface> |
getRules() |
String |
getXML() |
void |
loadXML(Node rulesNode) |
void |
setRules(List<ImportRuleInterface> rules) |
List<ImportValidationFeedback> |
verifyRules(Object subject) |
public static final String XML_TAG
protected List<ImportRuleInterface> rules
public ImportRules clone()
public List<ImportValidationFeedback> verifyRules(Object subject)
public void loadXML(Node rulesNode) throws KettleException
KettleException
public String getXML()
public List<ImportRuleInterface> getRules()
public void setRules(List<ImportRuleInterface> rules)
Copyright © 2018 Hitachi Vantara. All rights reserved.