Uses of Enum
net.sf.jasperreports.barcode4j.ErrorCorrectionLevelEnum
Packages that use ErrorCorrectionLevelEnum
Package
Description
Contains classes for the built-in Barcode4J component.
-
Uses of ErrorCorrectionLevelEnum in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return ErrorCorrectionLevelEnumModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelEnumErrorCorrectionLevelEnum.getDefault()QRCodeBean.getErrorCorrectionLevel()QRCodeComponent.getErrorCorrectionLevel()static ErrorCorrectionLevelEnumErrorCorrectionLevelEnum.getValueOrDefault(ErrorCorrectionLevelEnum value) static ErrorCorrectionLevelEnumReturns the enum constant of this type with the specified name.static ErrorCorrectionLevelEnum[]ErrorCorrectionLevelEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.barcode4j with parameters of type ErrorCorrectionLevelEnumModifier and TypeMethodDescriptionstatic ErrorCorrectionLevelEnumErrorCorrectionLevelEnum.getValueOrDefault(ErrorCorrectionLevelEnum value) voidQRCodeBean.setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel) voidQRCodeComponent.setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)