net.sf.dynamicreports.design.definition
Interface DRIDesignVariable

All Superinterfaces:
DRIDesignExpression
All Known Implementing Classes:
DRDesignVariable

public interface DRIDesignVariable
extends DRIDesignExpression

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

Method Summary
 Calculation getCalculation()
           
 DRIDesignExpression getInitialValueExpression()
           
 DRIDesignGroup getResetGroup()
           
 ResetType getResetType()
           
 DRIDesignExpression getValueExpression()
           
 
Methods inherited from interface net.sf.dynamicreports.design.definition.expression.DRIDesignExpression
getName, getValueClass
 

Method Detail

getValueExpression

DRIDesignExpression getValueExpression()

getInitialValueExpression

DRIDesignExpression getInitialValueExpression()

getCalculation

Calculation getCalculation()

getResetType

ResetType getResetType()

getResetGroup

DRIDesignGroup getResetGroup()


Copyright © 2010-2014. All Rights Reserved.