com.sap.ip.me.api.pios.symbology
Class SymbologyType

java.lang.Object
  extended bycom.sap.ip.me.api.pios.symbology.SymbologyType

public final class SymbologyType
extends java.lang.Object

This class defines a numeric value for each symbology supported.

Since:
MI 2.5
Author:
Abaco

Field Summary
static int CODABAR
          Constant to indicate CODABAR symbology type.
static int CODE128
          Constant to indicate CODE128 symbology type.
static int CODE39
          Constant to indicate CODE39 symbology type.
static int EAN13
          Constant to indicate EAN13 symbology type.
static int EAN8
          Constant to indicate EAN8 symbology type.
static int INTERLEAVED2OF5
          Constant to indicate INTERLEAVED2OF5 symbology type.
static int PDF417
          Constant to indicate PDF417 symbology type.
static int UCCEAN128
          Constant to indicate UCCEAN128 symbology type.
static int UPC_A
          Constant to indicate UPC_A symbology type.
 
Constructor Summary
SymbologyType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODABAR

public static final int CODABAR
Constant to indicate CODABAR symbology type.

See Also:
Codabar, Constant Field Values

CODE128

public static final int CODE128
Constant to indicate CODE128 symbology type.

See Also:
Code128, Constant Field Values

CODE39

public static final int CODE39
Constant to indicate CODE39 symbology type.

See Also:
Code39, Constant Field Values

EAN13

public static final int EAN13
Constant to indicate EAN13 symbology type.

See Also:
EAN13, Constant Field Values

EAN8

public static final int EAN8
Constant to indicate EAN8 symbology type.

See Also:
EAN8, Constant Field Values

INTERLEAVED2OF5

public static final int INTERLEAVED2OF5
Constant to indicate INTERLEAVED2OF5 symbology type.

See Also:
Interleaved2Of5, Constant Field Values

PDF417

public static final int PDF417
Constant to indicate PDF417 symbology type.

See Also:
PDF417, Constant Field Values

UCCEAN128

public static final int UCCEAN128
Constant to indicate UCCEAN128 symbology type.

See Also:
UCCEAN128, Constant Field Values

UPC_A

public static final int UPC_A
Constant to indicate UPC_A symbology type.

See Also:
UPC_A, Constant Field Values
Constructor Detail

SymbologyType

public SymbologyType()


Copyright © 2005 SAP AG. All Rights Reserved.