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)
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIExpression |
getName |
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue |
getName |
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.