|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an interface for JavaPOS device categories
Inner Class Summary | |
static interface |
DevCat.BumpBar
Defines the DevCat for BumpBar |
static interface |
DevCat.CashDrawer
Defines the DevCat for POSPrinter |
static interface |
DevCat.CAT
Defines the DevCat for CAT |
static interface |
DevCat.CoinDispenser
Defines the DevCat for CoinDispenser |
static interface |
DevCat.FiscalPrinter
Defines the DevCat for FiscalPrinter |
static interface |
DevCat.HardTotals
Defines the DevCat for HardTotals |
static interface |
DevCat.Keylock
Defines the DevCat for Keylock |
static interface |
DevCat.LineDisplay
Defines the DevCat for POSPrinter |
static interface |
DevCat.MICR
Defines the DevCat for MICR |
static interface |
DevCat.MSR
Defines the DevCat for MSR |
static interface |
DevCat.Pinpad
Defines the DevCat for Pinpad |
static interface |
DevCat.POSKeyboard
Defines the DevCat for POSKeyboard |
static interface |
DevCat.POSPower
Defines the DevCat for POSPower |
static interface |
DevCat.POSPrinter
Defines the DevCat for POSPrinter |
static interface |
DevCat.RemoteOrderDisplay
Defines the DevCat for RemoteOrderDisplay |
static interface |
DevCat.Scanner
Defines the DevCat for Scanner |
static interface |
DevCat.SignatureCapture
Defines the DevCat for SignatureCapture |
static interface |
DevCat.ToneIndicator
Defines the DevCat for ToneIndicator |
Field Summary | |
static java.lang.String |
JPOS_VERSION_STRING
Indicates the version of JavaPOS that these DevCat apply to |
Method Summary | |
void |
accept(DevCatVisitor visitor)
Accepts a DevCat Visitor object |
java.lang.String |
toString()
|
Field Detail |
public static final java.lang.String JPOS_VERSION_STRING
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(DevCatVisitor visitor)
visitor
- the DevCat Visitor object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |