|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.strings.TokenizeStringExpression
public class TokenizeStringExpression
Tokenizes a string and replaces all occurences of the delimeter with the value given in replacement. An optional prefix and suffix can be appended to the string.
Constructor Summary | |
---|---|
TokenizeStringExpression()
Deprecated. Default Constructor. |
Method Summary | |
---|---|
String |
getDelimeter()
Deprecated. Returns the delimeter string. |
String |
getField()
Deprecated. Returns the name of the datarow-column from where to read the string value. |
String |
getPrefix()
Deprecated. Returns the prefix text. |
String |
getReplacement()
Deprecated. Returns the replacement for the delimter. |
String |
getSuffix()
Deprecated. Returns the suffix text. |
Object |
getValue()
Deprecated. Computes the tokenized string. |
void |
setDelimeter(String delimeter)
Deprecated. Defines the delimeter string. |
void |
setField(String field)
Deprecated. Defines the name of the datarow-column from where to read the string value. |
void |
setPrefix(String prefix)
Deprecated. Defines the prefix text. |
void |
setReplacement(String replacement)
Deprecated. Defines the replacement for the delimter. |
void |
setSuffix(String suffix)
Deprecated. Defines the suffix text. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TokenizeStringExpression()
Method Detail |
---|
public String getField()
public void setField(String field)
field
- the field.public String getDelimeter()
public void setDelimeter(String delimeter)
delimeter
- the delimeter.public String getReplacement()
public void setReplacement(String replacement)
replacement
- the replacement text.public String getPrefix()
public void setPrefix(String prefix)
prefix
- the prefix text.public String getSuffix()
public void setSuffix(String suffix)
suffix
- the suffix text.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |