net.sf.dynamicreports.report.definition.crosstab
Interface DRICrosstabVariable<T>

All Superinterfaces:
DRIExpression<T>, DRISystemExpression<T>, DRIValue<T>, Serializable
All Known Implementing Classes:
DRCrosstabVariable

public interface DRICrosstabVariable<T>
extends DRISystemExpression<T>, DRIValue<T>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Calculation getCalculation()
           
 CrosstabPercentageType getPercentageType()
           
 Class<? super T> getValueClass()
           
 DRIExpression<?> getValueExpression()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIExpression
getName
 
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue
getName
 

Method Detail

getValueClass

Class<? super T> getValueClass()
Specified by:
getValueClass in interface DRIExpression<T>

getValueExpression

DRIExpression<?> getValueExpression()

getCalculation

Calculation getCalculation()

getPercentageType

CrosstabPercentageType getPercentageType()


Copyright © 2010-2014. All Rights Reserved.