public static enum Barcode2DWithSoft.CODETYPE extends java.lang.Enum<Barcode2DWithSoft.CODETYPE>
Enum Constant and Description |
---|
AZTEC |
C11 |
C128 |
C39 |
C93 |
CODEBLOCK_F |
DATA_MATRIX |
GS1_DATABAR |
HAXIN |
I25 |
MATRIX_25 |
MAXICODE |
MICROPDF |
MSI |
PDF417 |
QR_CODE |
STRAIGHT_25 |
TELEPEN |
TRIOPTIC |
UPC |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static Barcode2DWithSoft.CODETYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Barcode2DWithSoft.CODETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Barcode2DWithSoft.CODETYPE UPC
public static final Barcode2DWithSoft.CODETYPE C39
public static final Barcode2DWithSoft.CODETYPE C128
public static final Barcode2DWithSoft.CODETYPE I25
public static final Barcode2DWithSoft.CODETYPE C93
public static final Barcode2DWithSoft.CODETYPE GS1_DATABAR
public static final Barcode2DWithSoft.CODETYPE MSI
public static final Barcode2DWithSoft.CODETYPE CODEBLOCK_F
public static final Barcode2DWithSoft.CODETYPE PDF417
public static final Barcode2DWithSoft.CODETYPE MICROPDF
public static final Barcode2DWithSoft.CODETYPE MAXICODE
public static final Barcode2DWithSoft.CODETYPE QR_CODE
public static final Barcode2DWithSoft.CODETYPE DATA_MATRIX
public static final Barcode2DWithSoft.CODETYPE AZTEC
public static final Barcode2DWithSoft.CODETYPE HAXIN
public static final Barcode2DWithSoft.CODETYPE MATRIX_25
public static final Barcode2DWithSoft.CODETYPE TRIOPTIC
public static final Barcode2DWithSoft.CODETYPE STRAIGHT_25
public static final Barcode2DWithSoft.CODETYPE TELEPEN
public static final Barcode2DWithSoft.CODETYPE C11
public static Barcode2DWithSoft.CODETYPE[] values()
for (Barcode2DWithSoft.CODETYPE c : Barcode2DWithSoft.CODETYPE.values()) System.out.println(c);
public static Barcode2DWithSoft.CODETYPE 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 java.lang.String getValue()