com.aspose.barcode
Class CodabarSymbol

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.CodabarSymbol
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CodabarSymbol
extends java.lang.Enum

Specifies the start or stop symbol of the Codabar com.aspose.barcode specification.

See Also:
Serialized Form

Field Summary
static short A
           Specifies character A as the start or stop symbol of the Codabar com.aspose.barcode specification.
static short B
           Specifies character B as the start or stop symbol of the Codabar com.aspose.barcode specification.
static short C
           Specifies character C as the start or stop symbol of the Codabar com.aspose.barcode specification.
static short D
           Specifies character D as the start or stop symbol of the Codabar com.aspose.barcode specification.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

A

public static final short A

Specifies character A as the start or stop symbol of the Codabar com.aspose.barcode specification.

See Also:
Constant Field Values

B

public static final short B

Specifies character B as the start or stop symbol of the Codabar com.aspose.barcode specification.

See Also:
Constant Field Values

C

public static final short C

Specifies character C as the start or stop symbol of the Codabar com.aspose.barcode specification.

See Also:
Constant Field Values

D

public static final short D

Specifies character D as the start or stop symbol of the Codabar com.aspose.barcode specification.

See Also:
Constant Field Values