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

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

Deprecated. This can be done a lot easier using a simple formula.

public class CompareStringExpression
extends AbstractCompareExpression

Compares a given static string with a string read from a field.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractCompareExpression
EQUAL, GREATER, GREATER_EQUAL, LOWER, LOWER_EQUAL, NOT_EQUAL
 
Constructor Summary
CompareStringExpression()
          Deprecated. Default Constructor.
 
Method Summary
 String getText()
          Deprecated. Returns the static text to which the field's value should be compared to.
 void setText(String text)
          Deprecated. Defines the static text to which the field's value should be compared to.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractCompareExpression
getCompareMethod, getField, getValue, setCompareMethod, setField
 
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

CompareStringExpression

public CompareStringExpression()
Deprecated. 
Default Constructor.

Method Detail

getText

public String getText()
Deprecated. 
Returns the static text to which the field's value should be compared to.

Returns:
the text.

setText

public void setText(String text)
Deprecated. 
Defines the static text to which the field's value should be compared to.

Parameters:
text - the text.