Uses of Class
net.sf.jasperreports.engine.type.ResetTypeEnum

Packages that use ResetTypeEnum
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.type   
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return ResetTypeEnum
 ResetTypeEnum JRVariable.getResetTypeValue()
          Gets the variable reset type.
 ResetTypeEnum JRElementDataset.getResetTypeValue()
          Gets the reset type.
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base declared as ResetTypeEnum
protected  ResetTypeEnum JRBaseVariable.resetTypeValue
           
protected  ResetTypeEnum JRBaseElementDataset.resetTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return ResetTypeEnum
 ResetTypeEnum JRBaseVariable.getResetTypeValue()
           
 ResetTypeEnum JRBaseElementDataset.getResetTypeValue()
           
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design with parameters of type ResetTypeEnum
 void JRDesignElementDataset.setResetType(ResetTypeEnum resetTypeValue)
           
 void JRDesignVariable.setResetType(ResetTypeEnum resetTypeValue)
           
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return ResetTypeEnum
 ResetTypeEnum JRFillVariable.getResetTypeValue()
           
 ResetTypeEnum JRFillElementDataset.getResetTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type ResetTypeEnum
 void JRCalculator.initializeVariables(ResetTypeEnum resetType, IncrementTypeEnum incrementType)
           
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return ResetTypeEnum
static ResetTypeEnum ResetTypeEnum.getByName(java.lang.String name)
           
static ResetTypeEnum ResetTypeEnum.getByValue(byte value)
           
static ResetTypeEnum ResetTypeEnum.getByValue(java.lang.Byte value)
           
static ResetTypeEnum ResetTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResetTypeEnum[] ResetTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ResetTypeEnum in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type ResetTypeEnum
 void JRXmlWriter.writeElementDataset(JRElementDataset dataset, ResetTypeEnum defaultResetType, boolean skipIfEmpty)
          Writes the JRXML representation of an element dataset.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com