Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.function.numeric » [javadoc | source]
org.jfree.report.function.numeric
public class: IsPositiveExpression [javadoc | source]
java.lang.Object
   org.jfree.report.function.AbstractExpression
      org.jfree.report.function.numeric.IsPositiveExpression

All Implemented Interfaces:
    Expression, Serializable

Deprecated! This - can be replaced by a formula.

Checks whether the column specified by the field name contains a positive number.
Constructor:
 public IsPositiveExpression() 
Method from org.jfree.report.function.numeric.IsPositiveExpression Summary:
getField,   getValue,   setField
Methods from org.jfree.report.function.AbstractExpression:
clone,   getDataRow,   getDependencyLevel,   getInstance,   getName,   getReportConfiguration,   getResourceBundleFactory,   getRuntime,   isActive,   isDeepTraversing,   isPreserve,   setActive,   setDependencyLevel,   setName,   setPreserve,   setRuntime
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.function.numeric.IsPositiveExpression Detail:
 public String getField() 
      Deprecated!
    Returns the name of the field from where to read the number.
 public Object getValue() 
      Deprecated!
    Checks whether the column specified by the field name contains a positive number. Non-numeric values are not compared and result in Boolean.FALSE.
 public  void setField(String field) 
      Deprecated!
    Defines the name of the field from where to read the number.