Package org.pentaho.di.ui.i18n
Class SourceCrawlerXMLElement
java.lang.Object
org.pentaho.di.ui.i18n.SourceCrawlerXMLElement
-
Constructor Summary
ConstructorsConstructorDescriptionSourceCrawlerXMLElement(String searchElement, String keyTag, String keyAttribute) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetKeyAttribute(String keyAttribute) voidvoidsetSearchElement(String searchElement)
-
Constructor Details
-
SourceCrawlerXMLElement
- Parameters:
searchElement-keyTag-keyAttribute-
-
-
Method Details
-
getSearchElement
- Returns:
- the searchElement
-
setSearchElement
- Parameters:
searchElement- the searchElement to set
-
getKeyTag
- Returns:
- the keyTag
-
setKeyTag
- Parameters:
keyTag- the keyTag to set
-
getKeyAttribute
- Returns:
- the keyAttribute
-
setKeyAttribute
- Parameters:
keyAttribute- the keyAttribute to set
-