@Deprecated public class ProfileConfig.DataCapture.Barcode.Decoders extends Object
Example Usage: Decoders decoders = barcode.decoders; decoders.upca = ENABLED_STATE.TRUE;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
australian_postal
Deprecated.
Sets the Enabled State of Decoder Australian Postal.
|
ProfileConfig.ENABLED_STATE |
aztec
Deprecated.
Sets the Enabled State of Decoder Aztec.
|
ProfileConfig.ENABLED_STATE |
canadian_postal
Deprecated.
Sets the Enabled State of Decoder Canadian Postal.
|
ProfileConfig.ENABLED_STATE |
chinese_2of5
Deprecated.
Sets the Enabled State of Decoder Chinese 2 of 5.
|
ProfileConfig.ENABLED_STATE |
codabar
Deprecated.
Sets the Enabled State of Decoder Codabar.
|
ProfileConfig.ENABLED_STATE |
code11
Deprecated.
Sets the Enabled State of Decoder Code11.
|
ProfileConfig.ENABLED_STATE |
code128
Deprecated.
Sets the Enabled State of Decoder Code 128.
|
ProfileConfig.ENABLED_STATE |
code39
Deprecated.
Sets the Enabled State of Decoder Code 39.
|
ProfileConfig.ENABLED_STATE |
code93
Deprecated.
Sets the Enabled State of Decoder Code 93.
|
ProfileConfig.ENABLED_STATE |
composite_ab
Deprecated.
Sets the Enabled State of Decoder Composite AB.
|
ProfileConfig.ENABLED_STATE |
composite_c
Deprecated.
Sets the Enabled State of Decoder Composite C.
|
ProfileConfig.ENABLED_STATE |
d2of5
Deprecated.
Sets the Enabled State of Decoder Discrete 2 of 5.
|
ProfileConfig.ENABLED_STATE |
datamatrix
Deprecated.
Sets the Enabled State of Decoder Data Matrix.
|
ProfileConfig.ENABLED_STATE |
dutch_postal
Deprecated.
Sets the Enabled State of Decoder Dutch Postal.
|
ProfileConfig.ENABLED_STATE |
ean13
Deprecated.
Sets the Enabled State of Decoder EAN-13.
|
ProfileConfig.ENABLED_STATE |
ean8
Deprecated.
Sets the Enabled State of Decoder EAN-8.
|
ProfileConfig.ENABLED_STATE |
gs1_databar
Deprecated.
Sets the Enabled State of Decoder Interleaved 2 of 5.
|
ProfileConfig.ENABLED_STATE |
gs1_databar_exp
Deprecated.
Sets the Enabled State of Decoder GS1 DataBar Expanded.
|
ProfileConfig.ENABLED_STATE |
gs1_databar_lim
Deprecated.
Sets the Enabled State of Decoder GS1 DataBar Limited.
|
ProfileConfig.ENABLED_STATE |
i2of5
Deprecated.
Use enum
ProfileConfig.ENABLED_STATE . |
ProfileConfig.ENABLED_STATE |
japanese_postal
Deprecated.
Sets the Enabled State of Decoder Japan Postal.
|
ProfileConfig.ENABLED_STATE |
korean_3of5
Deprecated.
Sets the Enabled State of Decoder Korean 3 of 5.
|
ProfileConfig.ENABLED_STATE |
matrix_2of5
Deprecated.
Sets the Enabled State of Decoder Matrix 2 of 5.
|
ProfileConfig.ENABLED_STATE |
maxicode
Deprecated.
Sets the Enabled State of Decoder Maxicode.
|
ProfileConfig.ENABLED_STATE |
micropdf
Deprecated.
Sets the Enabled State of Decoder Micro PDF.
|
ProfileConfig.ENABLED_STATE |
microqr
Deprecated.
Sets the Enabled State of Decoder Micro QR.
|
ProfileConfig.ENABLED_STATE |
msi
Deprecated.
Sets the Enabled State of Decoder MSI.
|
ProfileConfig.ENABLED_STATE |
pdf417
Deprecated.
Sets the Enabled State of Decoder PDF417.
|
ProfileConfig.ENABLED_STATE |
qrcode
Deprecated.
Sets the Enabled State of Decoder QR Code.
|
ProfileConfig.ENABLED_STATE |
signature
Deprecated.
Sets the Enabled State of Decoder Signature.
|
ProfileConfig.ENABLED_STATE |
tlc39
Deprecated.
Sets the Enabled State of Decoder TLC 39.
|
ProfileConfig.ENABLED_STATE |
trioptic39
Deprecated.
Sets the Enabled State of Decoder Trioptic 39.
|
ProfileConfig.ENABLED_STATE |
uk_postal
Deprecated.
Sets the Enabled State of Decoder UK Postal.
|
ProfileConfig.ENABLED_STATE |
upca
Deprecated.
Sets the Enabled State of Decoder UPCA.
|
ProfileConfig.ENABLED_STATE |
upce0
Deprecated.
Sets the Enabled State of Decoder UPCE0.
|
ProfileConfig.ENABLED_STATE |
upce1
Deprecated.
Sets the Enabled State of Decoder UPCE1.
|
ProfileConfig.ENABLED_STATE |
us4state
Deprecated.
Sets the Enabled State of Decoder US4State.
|
ProfileConfig.ENABLED_STATE |
us4state_fics
Deprecated.
Sets the Enabled State of Decoder US4State FICS.
|
ProfileConfig.ENABLED_STATE |
usplanet
Deprecated.
Sets the Enabled State of Decoder US Planet.
|
ProfileConfig.ENABLED_STATE |
uspostnet
Deprecated.
Sets the Enabled State of Decoder US Postnet.
|
ProfileConfig.ENABLED_STATE |
webcode
Deprecated.
Sets the Enabled State of Decoder Web Code.
|
public ProfileConfig.ENABLED_STATE upca
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.upca = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE upce0
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.upce0 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE ean13
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.ean13 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE ean8
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.ean8 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE code128
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.code128 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE code39
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.code39 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE i2of5
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.i2of5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE gs1_databar
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.gs1_databar = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE gs1_databar_lim
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.gs1_databar_lim = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE gs1_databar_exp
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.gs1_databar_exp = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE datamatrix
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.datamatrix = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE qrcode
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.qrcode = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE pdf417
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.pdf417 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE composite_ab
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.composite_ab = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE composite_c
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.composite_c = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE microqr
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.microqr = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE aztec
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.aztec = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE maxicode
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.maxicode = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE micropdf
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.micropdf = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE uspostnet
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.uspostnet = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE usplanet
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.usplanet = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE uk_postal
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.uk_postal = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE japanese_postal
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.japanese_postal = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE australian_postal
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.australian_postal = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE canadian_postal
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.canadian_postal = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE dutch_postal
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.dutch_postal = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE us4state
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.us4state = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE us4state_fics
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.us4state_fics = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE codabar
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.codabar = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE msi
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.msi = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE code93
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.code93 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE trioptic39
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.trioptic39 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE d2of5
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.d2of5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE chinese_2of5
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.chinese_2of5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE korean_3of5
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.korean_3of5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE code11
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.code11 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE tlc39
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.tlc39 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE signature
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.signature = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE webcode
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.webcode = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE matrix_2of5
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.matrix_2of5 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE upce1
ProfileConfig.ENABLED_STATE
.
Example Usage: decoders.upce1 = ENABLED_STATE.DEFAULT;