com.sap.ip.me.api.pios.symbology
Interface SymbologyAttributes

All Known Subinterfaces:
PrinterConnection.Attributes, ScannerConnection.Attributes

public interface SymbologyAttributes

Contains the Attributes supported by all the symbologies.

Example: Verify if symbology CODABAR is supported by a printer.
 
	Connector connector = Connector.getInstance();
	
	DriverInfo[] printers = connector.listDrivers(ConnectionType.PRINTER);
	PrinterParameters parameters = new PrinterParameters(printers[0]);
	parameters.setPrinterMode(PrinterParameters.LINE_MODE);
	LinePrinter printer = null;
			
	// Get a printer connection that supports symbology Codabar
	for (int i=0; i
 

Since:
MI 2.5
Author:
Abaco

Field Summary
static java.lang.String CODABAR
          Constant to indicate the Codabar symbology attribute.
static java.lang.String CODABAR_CHECK_DIGIT_MOD16
          Constant to indicate the Codabar check digit Mod16 attribute.
static java.lang.String CODE128
          Constant to indicate the Code 128 symbology attribute.
static java.lang.String CODE39
          Constant to indicate the Code 39 symbology attribute.
static java.lang.String CODE39_CHECK_DIGIT_FRENCH_CIP
          Constant to indicate the Code39 check digit French CIP attribute.
static java.lang.String CODE39_CHECK_DIGIT_MOD43
          Constant to indicate the Code39 check digit Mod43 attribute.
static java.lang.String CODE39_FULLASCII
          Constant to indicate the Code39 full ascii attribute.
static java.lang.String CODE39_STANDARD
          Constant to indicate the Code39 standard attribute.
static java.lang.String EAN13
          Constant to indicate the EAN-13 symbology attribute.
static java.lang.String EAN13_FIVE_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.EAN13_FIVE_DIGIT_ADDON
static java.lang.String EAN13_TWO_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.EAN13_TWO_DIGIT_ADDON
static java.lang.String EAN8
          Constant to indicate the EAN-8 symbology attribute.
static java.lang.String EAN8_FIVE_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.EAN8_FIVE_DIGIT_ADDON
static java.lang.String EAN8_TWO_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.EAN8_TWO_DIGIT_ADDON
static java.lang.String INTERLEAVED2OF5
          Constant to indicate the Interleaved 2 of 5 symbology attribute.
static java.lang.String INTERLEAVED2OF5_CHECK_DIGIT_MOD10_OPCC
          Constant to indicate the Interleaved 2 of 5 check digit mod10 opcc attribute.
static java.lang.String INTERLEAVED2OF5_CHECK_DIGIT_MOD10_USS
          Constant to indicate the Interleaved 2 of 5 check digit mod10 uss attribute.
static java.lang.String PDF417
          Constant to indicate the PDF417 symbology attribute.
static java.lang.String UCCEAN128
          Constant to indicate the UCC/EAN symbology attribute.
static java.lang.String UPC_A
          Constant to indicate the UPC-A symbology attribute.
static java.lang.String UPC_A_FIVE_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.UPC_A_FIVE_DIGIT_ADDON
static java.lang.String UPC_A_TWO_DIGIT_ADDON
          Deprecated. Use PrinterConnection.Attributes.UPC_A_TWO_DIGIT_ADDON
 

Field Detail

CODABAR

public static final java.lang.String CODABAR
Constant to indicate the Codabar symbology attribute.

See Also:
Constant Field Values

CODABAR_CHECK_DIGIT_MOD16

public static final java.lang.String CODABAR_CHECK_DIGIT_MOD16
Constant to indicate the Codabar check digit Mod16 attribute.

See Also:
Constant Field Values

CODE128

public static final java.lang.String CODE128
Constant to indicate the Code 128 symbology attribute.

See Also:
Constant Field Values

CODE39

public static final java.lang.String CODE39
Constant to indicate the Code 39 symbology attribute.

See Also:
Constant Field Values

CODE39_STANDARD

public static final java.lang.String CODE39_STANDARD
Constant to indicate the Code39 standard attribute.

See Also:
Constant Field Values

CODE39_FULLASCII

public static final java.lang.String CODE39_FULLASCII
Constant to indicate the Code39 full ascii attribute.

See Also:
Constant Field Values

CODE39_CHECK_DIGIT_MOD43

public static final java.lang.String CODE39_CHECK_DIGIT_MOD43
Constant to indicate the Code39 check digit Mod43 attribute.

See Also:
Constant Field Values

CODE39_CHECK_DIGIT_FRENCH_CIP

public static final java.lang.String CODE39_CHECK_DIGIT_FRENCH_CIP
Constant to indicate the Code39 check digit French CIP attribute.

See Also:
Constant Field Values

EAN13

public static final java.lang.String EAN13
Constant to indicate the EAN-13 symbology attribute.

See Also:
Constant Field Values

EAN13_TWO_DIGIT_ADDON

public static final java.lang.String EAN13_TWO_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.EAN13_TWO_DIGIT_ADDON

Constant to indicate the EAN-13 two digit addon attribute.

See Also:
Constant Field Values

EAN13_FIVE_DIGIT_ADDON

public static final java.lang.String EAN13_FIVE_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.EAN13_FIVE_DIGIT_ADDON

Constant to indicate the EAN-13 five digit addon attribute.

See Also:
Constant Field Values

EAN8

public static final java.lang.String EAN8
Constant to indicate the EAN-8 symbology attribute.

See Also:
Constant Field Values

EAN8_TWO_DIGIT_ADDON

public static final java.lang.String EAN8_TWO_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.EAN8_TWO_DIGIT_ADDON

Constant to indicate the EAN-8 two digit addon attribute.

See Also:
Constant Field Values

EAN8_FIVE_DIGIT_ADDON

public static final java.lang.String EAN8_FIVE_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.EAN8_FIVE_DIGIT_ADDON

Constant to indicate the EAN-8 five digit addon attribute.

See Also:
Constant Field Values

INTERLEAVED2OF5

public static final java.lang.String INTERLEAVED2OF5
Constant to indicate the Interleaved 2 of 5 symbology attribute.

See Also:
Constant Field Values

INTERLEAVED2OF5_CHECK_DIGIT_MOD10_USS

public static final java.lang.String INTERLEAVED2OF5_CHECK_DIGIT_MOD10_USS
Constant to indicate the Interleaved 2 of 5 check digit mod10 uss attribute.

See Also:
Constant Field Values

INTERLEAVED2OF5_CHECK_DIGIT_MOD10_OPCC

public static final java.lang.String INTERLEAVED2OF5_CHECK_DIGIT_MOD10_OPCC
Constant to indicate the Interleaved 2 of 5 check digit mod10 opcc attribute.

See Also:
Constant Field Values

PDF417

public static final java.lang.String PDF417
Constant to indicate the PDF417 symbology attribute.

See Also:
Constant Field Values

UCCEAN128

public static final java.lang.String UCCEAN128
Constant to indicate the UCC/EAN symbology attribute.

See Also:
Constant Field Values

UPC_A

public static final java.lang.String UPC_A
Constant to indicate the UPC-A symbology attribute.

See Also:
Constant Field Values

UPC_A_TWO_DIGIT_ADDON

public static final java.lang.String UPC_A_TWO_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.UPC_A_TWO_DIGIT_ADDON

Constant to indicate the UPC-A two digit addon attribute.

See Also:
Constant Field Values

UPC_A_FIVE_DIGIT_ADDON

public static final java.lang.String UPC_A_FIVE_DIGIT_ADDON
Deprecated. Use PrinterConnection.Attributes.UPC_A_FIVE_DIGIT_ADDON

Constant to indicate the UPC-A five digit addon attribute.

See Also:
Constant Field Values


Copyright © 2005 SAP AG. All Rights Reserved.