public static enum Barcode2DWithSoft.CODETYPE extends java.lang.Enum<Barcode2DWithSoft.CODETYPE>
枚举常量和说明 |
---|
AZTEC |
C11 |
C128 |
C39 |
C93 |
CODEBLOCK_F |
DATA_MATRIX |
EAN_13 |
EAN_8 |
GS1_DATABAR |
HAXIN |
I25 |
MATRIX_25 |
MAXICODE |
MICROPDF |
MSI |
PDF417 |
QR_CODE |
STRAIGHT_25 |
TELEPEN |
TRIOPTIC |
UPC_A |
UPC_E |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getValue() |
static Barcode2DWithSoft.CODETYPE |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Barcode2DWithSoft.CODETYPE[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Barcode2DWithSoft.CODETYPE UPC_A
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 final Barcode2DWithSoft.CODETYPE UPC_E
public static final Barcode2DWithSoft.CODETYPE EAN_13
public static final Barcode2DWithSoft.CODETYPE EAN_8
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
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public java.lang.String getValue()