| |
|
| java.lang.Object org.jfree.report.function.AbstractExpression org.jfree.report.function.strings.ToLowerCaseStringExpression
ToLowerCaseStringExpression | public class ToLowerCaseStringExpression extends AbstractExpression (Code) | | A expression that transforms all letters of a given string into lower-case letters.
author: Thomas Morgner |
Method Summary | |
public String | getField() Returns the name of the datarow-column from where to read the string value. | public Object | getValue() Transforms the string that has been read from the defined field. | public void | setField(String field) Defines the name of the datarow-column from where to read the string value. |
ToLowerCaseStringExpression | public ToLowerCaseStringExpression()(Code) | | Default Constructor.
|
getField | public String getField()(Code) | | Returns the name of the datarow-column from where to read the string value.
the field. |
getValue | public Object getValue()(Code) | | Transforms the string that has been read from the defined field.
the value of the function. |
setField | public void setField(String field)(Code) | | Defines the name of the datarow-column from where to read the string value.
Parameters: field - the field. |
|
|
|