org.pentaho.reporting.engine.classic.core.function.strings
Class ToLowerCaseStringExpression

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.function.AbstractExpression
      extended by org.pentaho.reporting.engine.classic.core.function.strings.ToLowerCaseStringExpression
All Implemented Interfaces:
Serializable, Cloneable, Expression

Deprecated. This can be solved with a formula

public class ToLowerCaseStringExpression
extends AbstractExpression

A expression that transforms all letters of a given string into lower-case letters.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ToLowerCaseStringExpression()
          Deprecated. Default Constructor.
 
Method Summary
 String getField()
          Deprecated. Returns the name of the datarow-column from where to read the string value.
 Object getValue()
          Deprecated. Transforms the string that has been read from the defined field.
 void setField(String field)
          Deprecated. Defines the name of the datarow-column from where to read the string value.
 
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

ToLowerCaseStringExpression

public ToLowerCaseStringExpression()
Deprecated. 
Default Constructor.

Method Detail

getField

public String getField()
Deprecated. 
Returns the name of the datarow-column from where to read the string value.

Returns:
the field.

setField

public void setField(String field)
Deprecated. 
Defines the name of the datarow-column from where to read the string value.

Parameters:
field - the field.

getValue

public Object getValue()
Deprecated. 
Transforms the string that has been read from the defined field.

Returns:
the value of the function.