net.sf.dynamicreports.report.builder.condition
Class BetweenValueExpression<T extends Number>

java.lang.Object
  extended by net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression<Boolean>
      extended by net.sf.dynamicreports.report.builder.condition.AbstractBetweenValueExpression<T>
          extended by net.sf.dynamicreports.report.builder.condition.BetweenValueExpression<T>
All Implemented Interfaces:
Serializable, DRIValue<Boolean>, DRIExpression<Boolean>, DRISimpleExpression<Boolean>

public class BetweenValueExpression<T extends Number>
extends AbstractBetweenValueExpression<T>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
BetweenValueExpression(DRIValue<T> value, Number min, Number max)
           
 
Method Summary
protected  Boolean compare(Number actualValue, Number min, Number max)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.condition.AbstractBetweenValueExpression
evaluate, getValueClass
 
Methods inherited from class net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetweenValueExpression

public BetweenValueExpression(DRIValue<T> value,
                              Number min,
                              Number max)
Method Detail

compare

protected Boolean compare(Number actualValue,
                          Number min,
                          Number max)
Specified by:
compare in class AbstractBetweenValueExpression<T extends Number>


Copyright © 2010-2014. All Rights Reserved.