Uses of Class
net.sf.jasperreports.engine.type.IncrementTypeEnum
-
Packages that use IncrementTypeEnum Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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 Containsenumtypes used by the library's main classes. -
-
Uses of IncrementTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return IncrementTypeEnum Modifier and Type Method Description IncrementTypeEnumJRElementDataset. getIncrementTypeValue()Returns the increment type.IncrementTypeEnumJRVariable. getIncrementTypeValue()Gets the variable increment type. -
Uses of IncrementTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as IncrementTypeEnum Modifier and Type Field Description protected IncrementTypeEnumJRBaseElementDataset. incrementTypeValueprotected IncrementTypeEnumJRBaseVariable. incrementTypeValueMethods in net.sf.jasperreports.engine.base that return IncrementTypeEnum Modifier and Type Method Description IncrementTypeEnumJRBaseElementDataset. getIncrementTypeValue()IncrementTypeEnumJRBaseVariable. getIncrementTypeValue() -
Uses of IncrementTypeEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type IncrementTypeEnum Modifier and Type Method Description voidJRDesignElementDataset. setIncrementType(IncrementTypeEnum incrementTypeValue)voidJRDesignVariable. setIncrementType(IncrementTypeEnum incrementTypeValue) -
Uses of IncrementTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return IncrementTypeEnum Modifier and Type Method Description IncrementTypeEnumJRFillElementDataset. getIncrementTypeValue()IncrementTypeEnumJRFillVariable. getIncrementTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type IncrementTypeEnum Modifier and Type Method Description voidJRCalculator. initializeVariables(ResetTypeEnum resetType, IncrementTypeEnum incrementType) -
Uses of IncrementTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return IncrementTypeEnum Modifier and Type Method Description static IncrementTypeEnumIncrementTypeEnum. getByName(java.lang.String name)static IncrementTypeEnumIncrementTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static IncrementTypeEnumIncrementTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static IncrementTypeEnumIncrementTypeEnum. 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.
-