com.spire.barcode
Enum CodabarChar

java.lang.Object
  extended by java.lang.Enum<CodabarChar>
      extended by com.spire.barcode.CodabarChar
All Implemented Interfaces:
java.lang.Comparable<CodabarChar>

public enum CodabarChar
extends java.lang.Enum<CodabarChar>

Specifies the start or stop symbol of the Codabar Barcode specification.


Enum Constant Summary
A
          Start or stop char of the Codabar Barcode.
B
          Start or stop char of the Codabar Barcode.
C
          Start or stop char of the Codabar Barcode.
D
          Start or stop char of the Codabar Barcode.
 
Method Summary
 java.lang.String getName()
           
 short getValue()
           
 

Enum Constant Detail

A

public static final CodabarChar A
Start or stop char of the Codabar Barcode.


B

public static final CodabarChar B
Start or stop char of the Codabar Barcode.


C

public static final CodabarChar C
Start or stop char of the Codabar Barcode.


D

public static final CodabarChar D
Start or stop char of the Codabar Barcode.

Method Detail

getName

public java.lang.String getName()

getValue

public short getValue()