Package org.pentaho.di.ui.i18n
Class SourceCrawlerXMLElement
- java.lang.Object
-
- org.pentaho.di.ui.i18n.SourceCrawlerXMLElement
-
public class SourceCrawlerXMLElement extends Object
-
-
Constructor Summary
Constructors Constructor Description SourceCrawlerXMLElement(String searchElement, String keyTag, String keyAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyAttribute()StringgetKeyTag()StringgetSearchElement()voidsetKeyAttribute(String keyAttribute)voidsetKeyTag(String keyTag)voidsetSearchElement(String searchElement)
-
-
-
Method Detail
-
getSearchElement
public String getSearchElement()
- Returns:
- the searchElement
-
setSearchElement
public void setSearchElement(String searchElement)
- Parameters:
searchElement- the searchElement to set
-
getKeyTag
public String getKeyTag()
- Returns:
- the keyTag
-
setKeyTag
public void setKeyTag(String keyTag)
- Parameters:
keyTag- the keyTag to set
-
getKeyAttribute
public String getKeyAttribute()
- Returns:
- the keyAttribute
-
setKeyAttribute
public void setKeyAttribute(String keyAttribute)
- Parameters:
keyAttribute- the keyAttribute to set
-
-