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

Packages that use IncrementTypeEnum
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   
 

Uses of IncrementTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return IncrementTypeEnum
 IncrementTypeEnum JRVariable.getIncrementTypeValue()
          Gets the variable increment type.
 IncrementTypeEnum JRElementDataset.getIncrementTypeValue()
          Returns the increment type.
 

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

Fields in net.sf.jasperreports.engine.base declared as IncrementTypeEnum
protected  IncrementTypeEnum JRBaseVariable.incrementTypeValue
           
protected  IncrementTypeEnum JRBaseElementDataset.incrementTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return IncrementTypeEnum
 IncrementTypeEnum JRBaseVariable.getIncrementTypeValue()
           
 IncrementTypeEnum JRBaseElementDataset.getIncrementTypeValue()
           
 

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

Methods in net.sf.jasperreports.engine.design with parameters of type IncrementTypeEnum
 void JRDesignElementDataset.setIncrementType(IncrementTypeEnum incrementTypeValue)
           
 void JRDesignVariable.setIncrementType(IncrementTypeEnum incrementTypeValue)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return IncrementTypeEnum
 IncrementTypeEnum JRFillVariable.getIncrementTypeValue()
           
 IncrementTypeEnum JRFillElementDataset.getIncrementTypeValue()
           
 

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

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

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



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com