public enum StiPdf417ErrorsCorrectionLevel extends java.lang.Enum<StiPdf417ErrorsCorrectionLevel>
| Enum Constant and Description |
|---|
Automatic |
Level0 |
Level1 |
Level2 |
Level3 |
Level4 |
Level5 |
Level6 |
Level7 |
Level8 |
| Modifier and Type | Method and Description |
|---|---|
static StiPdf417ErrorsCorrectionLevel |
forValue(int value) |
int |
getValue() |
static StiPdf417ErrorsCorrectionLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPdf417ErrorsCorrectionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPdf417ErrorsCorrectionLevel Automatic
public static final StiPdf417ErrorsCorrectionLevel Level0
public static final StiPdf417ErrorsCorrectionLevel Level1
public static final StiPdf417ErrorsCorrectionLevel Level2
public static final StiPdf417ErrorsCorrectionLevel Level3
public static final StiPdf417ErrorsCorrectionLevel Level4
public static final StiPdf417ErrorsCorrectionLevel Level5
public static final StiPdf417ErrorsCorrectionLevel Level6
public static final StiPdf417ErrorsCorrectionLevel Level7
public static final StiPdf417ErrorsCorrectionLevel Level8
public static StiPdf417ErrorsCorrectionLevel[] values()
for (StiPdf417ErrorsCorrectionLevel c : StiPdf417ErrorsCorrectionLevel.values()) System.out.println(c);
public static StiPdf417ErrorsCorrectionLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiPdf417ErrorsCorrectionLevel forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.