Method Summary |
|
public String | getDelimeter() Returns the delimeter string. |
public String | getField() Returns the name of the datarow-column from where to read the string value. |
public String | getPrefix() Returns the prefix text. |
public String | getReplacement() Returns the replacement for the delimter. |
public String | getSuffix() Returns the suffix text. |
public Object | getValue() Computes the tokenized string. |
public void | setDelimeter(String delimeter) Defines the delimeter string. |
public void | setField(String field) Defines the name of the datarow-column from where to read the string value. |
public void | setPrefix(String prefix) Defines the prefix text. |
public void | setReplacement(String replacement) Defines the replacement for the delimter. |
public void | setSuffix(String suffix) Defines the suffix text. |