com.ibm.retail.AEF.data
Interface POSDeviceProperties


public interface POSDeviceProperties

POSDeviceProperties contains the data provider property names for POS device and IO processor attributes. Devices include:

These properties are communicated to client listeners through the AEFPropertyChangeListener interface. Listener registration for POSDeviceProperties is through the addAEFPropertyChangeListener method of POSDataProvider.

See Also:
AEFPropertyChangeListener, getPropertyValue

Field Summary
static java.lang.String ANPROMPT_LINE
          ANPrompt (2x20 operator display) line identifier
static java.lang.String ANPROMPT_LINE1
          ANPrompt (2x20 operator display) line 1 identifier
static java.lang.String ANPROMPT_LINE2
          ANPrompt (2x20 operator display) line 2 identifier
static java.lang.String APP_WILL_PROVIDE_DATA
          POS Application provides print lines
static java.lang.String CASH_DRAWER_OPEN
          Indicates whether the cash drawer is open.
static java.lang.String CATEGORY
          POSDevice Category identifier
static java.lang.String CHANGE_TO_CURRENT
          State change-to-current identifier
static java.lang.String CUST_PROMPT_LINE
          Customer Prompt line display identifier
static java.lang.String CUST_PROMPT_LINE1
          Customer Prompt line display line 1 identifier
static java.lang.String CUST_PROMPT_LINE2
          Customer Prompt line display line 2 identifier
static java.lang.String CUSTOMER_DISPLAY
          Logical device name of the customer line display
static java.lang.String INVALID_KEYED_LABEL
          Invalid Label keyed
static java.lang.String KEYLOCK_IS_SUPERVISOR
          Indicates whether the keylock is in mgr position.
static java.lang.String LAST_SCAN_LABEL
          Last Label Scanned (data)
static java.lang.String LAST_SCAN_LABEL_TYPE
          Last Label Scanned (type)
static java.lang.String LINE_DISPLAY_ROW
          Line display devices generic identifiers Property name is logical name + "_Row_" + row number e.g., data on device LineDisplay1 row1, property name = "LineDisplay1_Row_1"
static java.lang.String MSR_TRACK_1
          MSR track 1
static java.lang.String MSR_TRACK_2
          MSR track 2
static java.lang.String MSR_TRACK_3
          MSR track 3
static java.lang.String OPERATOR_DISPLAY
          Logical device name of the operator line display
static java.lang.String OPERATOR_PROMPT_LINE1
          Operator prompt line 1 identifier
static java.lang.String OPERATOR_PROMPT_LINE2
          Operator prompt line 2 identifier
static java.lang.String PAPER_CUT
          Paper cut sent to printer
static java.lang.String POS_STATE
          POS State change identifier
static java.lang.String POS_SUB_STATE
          POS Substate change identifier
static java.lang.String PRINT_LINE
          Lines to be printed
static java.lang.String PRINT_LINE_ARRAY
          Lines to be printed
static java.lang.String PRINT_LINE_FEEDS
          Line feeds to be printed
static java.lang.String PRINTER_COVER_OPEN
          Indicates whether the printer cover is open.
static java.lang.String PRINTER_DOC_INSERT
          Indicates whether a document (slip form) is inserted in the printer.
static java.lang.String PRINTER_OUT_OF_RECEIPT_PAPER
          Indicates whether the printer is out of paper.
static java.lang.String RAW_PRINT_LINE_ARRAY
          Raw lines to be printed
static java.lang.String SCALE_WEIGHT_LABELS
          Scale Weight Labels
static java.lang.String SCALE_WEIGHT_UNIT
          Scale Weight Unit of Measure
static java.lang.String SCALE_WEIGHT_VALUE
          Scale Weight Value
static java.lang.String SYSTEM_BUSY
          System busy (input queue locked)
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
POSDevice Category identifier

See Also:
Constant Field Values

ANPROMPT_LINE

public static final java.lang.String ANPROMPT_LINE
ANPrompt (2x20 operator display) line identifier

See Also:
Constant Field Values

ANPROMPT_LINE1

public static final java.lang.String ANPROMPT_LINE1
ANPrompt (2x20 operator display) line 1 identifier

See Also:
Constant Field Values

ANPROMPT_LINE2

public static final java.lang.String ANPROMPT_LINE2
ANPrompt (2x20 operator display) line 2 identifier

See Also:
Constant Field Values

OPERATOR_PROMPT_LINE1

public static final java.lang.String OPERATOR_PROMPT_LINE1
Operator prompt line 1 identifier

See Also:
Constant Field Values

OPERATOR_PROMPT_LINE2

public static final java.lang.String OPERATOR_PROMPT_LINE2
Operator prompt line 2 identifier

See Also:
Constant Field Values

CUST_PROMPT_LINE

public static final java.lang.String CUST_PROMPT_LINE
Customer Prompt line display identifier

See Also:
Constant Field Values

CUST_PROMPT_LINE1

public static final java.lang.String CUST_PROMPT_LINE1
Customer Prompt line display line 1 identifier

See Also:
Constant Field Values

CUST_PROMPT_LINE2

public static final java.lang.String CUST_PROMPT_LINE2
Customer Prompt line display line 2 identifier

See Also:
Constant Field Values

LINE_DISPLAY_ROW

public static final java.lang.String LINE_DISPLAY_ROW
Line display devices generic identifiers Property name is logical name + "_Row_" + row number e.g., data on device LineDisplay1 row1, property name = "LineDisplay1_Row_1"

See Also:
Constant Field Values

OPERATOR_DISPLAY

public static final java.lang.String OPERATOR_DISPLAY
Logical device name of the operator line display

See Also:
Constant Field Values

CUSTOMER_DISPLAY

public static final java.lang.String CUSTOMER_DISPLAY
Logical device name of the customer line display

See Also:
Constant Field Values

POS_SUB_STATE

public static final java.lang.String POS_SUB_STATE
POS Substate change identifier

See Also:
Constant Field Values

POS_STATE

public static final java.lang.String POS_STATE
POS State change identifier

See Also:
Constant Field Values

CHANGE_TO_CURRENT

public static final java.lang.String CHANGE_TO_CURRENT
State change-to-current identifier

See Also:
Constant Field Values

SYSTEM_BUSY

public static final java.lang.String SYSTEM_BUSY
System busy (input queue locked)

See Also:
Constant Field Values

PAPER_CUT

public static final java.lang.String PAPER_CUT
Paper cut sent to printer

See Also:
Constant Field Values

PRINT_LINE

public static final java.lang.String PRINT_LINE
Lines to be printed

See Also:
Constant Field Values

PRINT_LINE_ARRAY

public static final java.lang.String PRINT_LINE_ARRAY
Lines to be printed

See Also:
Constant Field Values

RAW_PRINT_LINE_ARRAY

public static final java.lang.String RAW_PRINT_LINE_ARRAY
Raw lines to be printed

See Also:
Constant Field Values

PRINT_LINE_FEEDS

public static final java.lang.String PRINT_LINE_FEEDS
Line feeds to be printed

See Also:
Constant Field Values

APP_WILL_PROVIDE_DATA

public static final java.lang.String APP_WILL_PROVIDE_DATA
POS Application provides print lines

See Also:
Constant Field Values

SCALE_WEIGHT_VALUE

public static final java.lang.String SCALE_WEIGHT_VALUE
Scale Weight Value

See Also:
Constant Field Values

SCALE_WEIGHT_UNIT

public static final java.lang.String SCALE_WEIGHT_UNIT
Scale Weight Unit of Measure

See Also:
Constant Field Values

SCALE_WEIGHT_LABELS

public static final java.lang.String SCALE_WEIGHT_LABELS
Scale Weight Labels

See Also:
Constant Field Values

INVALID_KEYED_LABEL

public static final java.lang.String INVALID_KEYED_LABEL
Invalid Label keyed

See Also:
Constant Field Values

LAST_SCAN_LABEL

public static final java.lang.String LAST_SCAN_LABEL
Last Label Scanned (data)

See Also:
Constant Field Values

LAST_SCAN_LABEL_TYPE

public static final java.lang.String LAST_SCAN_LABEL_TYPE
Last Label Scanned (type)

See Also:
Constant Field Values

KEYLOCK_IS_SUPERVISOR

public static final java.lang.String KEYLOCK_IS_SUPERVISOR
Indicates whether the keylock is in mgr position.

See Also:
Constant Field Values

CASH_DRAWER_OPEN

public static final java.lang.String CASH_DRAWER_OPEN
Indicates whether the cash drawer is open.

See Also:
Constant Field Values

MSR_TRACK_1

public static final java.lang.String MSR_TRACK_1
MSR track 1

See Also:
Constant Field Values

MSR_TRACK_2

public static final java.lang.String MSR_TRACK_2
MSR track 2

See Also:
Constant Field Values

MSR_TRACK_3

public static final java.lang.String MSR_TRACK_3
MSR track 3

See Also:
Constant Field Values

PRINTER_COVER_OPEN

public static final java.lang.String PRINTER_COVER_OPEN
Indicates whether the printer cover is open.

See Also:
Constant Field Values

PRINTER_DOC_INSERT

public static final java.lang.String PRINTER_DOC_INSERT
Indicates whether a document (slip form) is inserted in the printer.

See Also:
Constant Field Values

PRINTER_OUT_OF_RECEIPT_PAPER

public static final java.lang.String PRINTER_OUT_OF_RECEIPT_PAPER
Indicates whether the printer is out of paper.

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004