Package | Description |
---|---|
com.cipherlab.barcode.base | |
com.cipherlab.barcode.decoder |
Modifier and Type | Method and Description |
---|---|
BcDecodeType |
ReaderDataStruct.GetCodeType() |
Modifier and Type | Method and Description |
---|---|
void |
ReaderDataStruct.SetCodeType(BcDecodeType value) |
Modifier and Type | Method and Description |
---|---|
static BcDecodeType |
BcDecodeType.valueOf(int value) |
static BcDecodeType |
BcDecodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BcDecodeType[] |
BcDecodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|