public class SymbologyConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
Flags
Logical OR of valid flags for the given symbology
|
int |
Mask
Logical OR of valid masks: SYM_MASK_FLAGS, SYM_MASK_MIN_LEN, SYM_MASK_MAX_LEN
|
int |
MaxLength
Maximum length for valid barcode string for this symbology
|
int |
MinLength
Minimum length for valid barcode string for this symbology
|
int |
symID
Symbology ID
|
Constructor and Description |
---|
SymbologyConfig() |
Modifier and Type | Method and Description |
---|---|
void |
setFlags(int flags) |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
public int symID
public int Mask
public int Flags
public int MinLength
public int MaxLength