Uses of Class
net.webpdf.wsclient.schema.operation.QrCodeErrorCorrectionType
-
Packages that use QrCodeErrorCorrectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of QrCodeErrorCorrectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as QrCodeErrorCorrectionType Modifier and Type Field Description protected QrCodeErrorCorrectionTypeQrBarcodeType. errorCorrectionMethods in net.webpdf.wsclient.schema.operation that return QrCodeErrorCorrectionType Modifier and Type Method Description static QrCodeErrorCorrectionTypeQrCodeErrorCorrectionType. fromValue(String v)QrCodeErrorCorrectionTypeQrBarcodeType. getErrorCorrection()Gets the value of the errorCorrection property.static QrCodeErrorCorrectionTypeQrCodeErrorCorrectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static QrCodeErrorCorrectionType[]QrCodeErrorCorrectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type QrCodeErrorCorrectionType Modifier and Type Method Description voidQrBarcodeType. setErrorCorrection(QrCodeErrorCorrectionType value)Sets the value of the errorCorrection property.
-