com.spire.barcode
Enum QRCodeECL

java.lang.Object
  extended by java.lang.Enum<QRCodeECL>
      extended by com.spire.barcode.QRCodeECL
All Implemented Interfaces:
java.lang.Comparable<QRCodeECL>

public enum QRCodeECL
extends java.lang.Enum<QRCodeECL>

Level of QRCode error correction.


Enum Constant Summary
H
          Recovery of 30%.
L
          Recovery of 7%.
M
          Recovery of 15%.
Q
          Recovery of 25%.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

L

public static final QRCodeECL L
Recovery of 7%.


M

public static final QRCodeECL M
Recovery of 15%.


Q

public static final QRCodeECL Q
Recovery of 25%.


H

public static final QRCodeECL H
Recovery of 30%.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()