|
||||||||||
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.numeric.IsNegativeExpression
public class IsNegativeExpression
Checks whether the column specified by the field name contains a negative number.
Constructor Summary | |
---|---|
IsNegativeExpression()
Deprecated. Default constructor. |
Method Summary | |
---|---|
String |
getField()
Deprecated. Returns the name of the field from where to read the number. |
Object |
getValue()
Deprecated. Checks whether the column specified by the field name contains a negative number. |
void |
setField(String field)
Deprecated. Defines the name of the field from where to read the number. |
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 IsNegativeExpression()
Method Detail |
---|
public Object getValue()
public String getField()
public void setField(String field)
field
- the field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |