public final class CodabarSymbol
extends java.lang.Enum
Specifies the start or stop symbol of the Codabar barcode specification.
Modifier and Type | Field and Description |
---|---|
static short |
A
Specifies character A as the start or stop symbol of the Codabar barcode specification.
|
static short |
B
Specifies character B as the start or stop symbol of the Codabar barcode specification.
|
static short |
C
Specifies character C as the start or stop symbol of the Codabar barcode specification.
|
static short |
D
Specifies character D as the start or stop symbol of the Codabar barcode specification.
|
public static final short A
Specifies character A as the start or stop symbol of the Codabar barcode specification.
public static final short B
Specifies character B as the start or stop symbol of the Codabar barcode specification.
public static final short C
Specifies character C as the start or stop symbol of the Codabar barcode specification.
public static final short D
Specifies character D as the start or stop symbol of the Codabar barcode specification.