Uses of Class
net.sf.jasperreports.engine.type.ResetTypeEnum
-
Packages that use ResetTypeEnum 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 ResetTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return ResetTypeEnum Modifier and Type Method Description ResetTypeEnumJRVariable. getResetTypeValue()Gets the variable reset type. -
Uses of ResetTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as ResetTypeEnum Modifier and Type Field Description protected ResetTypeEnumJRBaseVariable. resetTypeValueMethods in net.sf.jasperreports.engine.base that return ResetTypeEnum Modifier and Type Method Description ResetTypeEnumJRBaseVariable. getResetTypeValue() -
Uses of ResetTypeEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type ResetTypeEnum Modifier and Type Method Description voidJRDesignVariable. setResetType(ResetTypeEnum resetTypeValue) -
Uses of ResetTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return ResetTypeEnum Modifier and Type Method Description ResetTypeEnumJRFillVariable. getResetTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type ResetTypeEnum Modifier and Type Method Description voidJRCalculator. initializeVariables(ResetTypeEnum resetType, IncrementTypeEnum incrementType) -
Uses of ResetTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return ResetTypeEnum Modifier and Type Method Description static ResetTypeEnumResetTypeEnum. getByName(String name)static ResetTypeEnumResetTypeEnum. getByValue(byte value)static ResetTypeEnumResetTypeEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static ResetTypeEnumResetTypeEnum. valueOf(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.
-