Uses of Class
net.sf.jasperreports.components.barcode4j.ErrorCorrectionLevelEnum
-
Packages that use ErrorCorrectionLevelEnum Package Description net.sf.jasperreports.components.barcode4j Contains classes for the built-in Barcode4J component. -
-
Uses of ErrorCorrectionLevelEnum in net.sf.jasperreports.components.barcode4j
Methods in net.sf.jasperreports.components.barcode4j that return ErrorCorrectionLevelEnum Modifier and Type Method Description static ErrorCorrectionLevelEnumErrorCorrectionLevelEnum. getByName(java.lang.String name)ErrorCorrectionLevelEnumQRCodeBean. getErrorCorrectionLevel()ErrorCorrectionLevelEnumQRCodeComponent. getErrorCorrectionLevel()static ErrorCorrectionLevelEnumErrorCorrectionLevelEnum. valueOf(java.lang.String name)Returns 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.components.barcode4j with parameters of type ErrorCorrectionLevelEnum Modifier and Type Method Description voidQRCodeBean. setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)voidQRCodeComponent. setErrorCorrectionLevel(ErrorCorrectionLevelEnum errorCorrectionLevel)
-