Enum cmdEJournal.EjDocTypePrn
java.lang.Object
java.lang.Enum<cmdEJournal.EjDocTypePrn>
com.datecs.fiscalprinter.SDK.model.UserLayerV1.cmdEJournal.EjDocTypePrn
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<cmdEJournal.EjDocTypePrn>,java.lang.constant.Constable
- Enclosing class:
- cmdEJournal
public static enum cmdEJournal.EjDocTypePrn extends java.lang.Enum<cmdEJournal.EjDocTypePrn>
DATECS FP-800 / FP-2000 / FP-650 / SK1-21F / SK1-31F/ FMP-10 / FP-550 A All document types. F Fiscal (customer) receipts. V Refund (storno) receipts. C Cancelled (customer) receipts. N Service receipts. I Service deposit receipts. O Service withdrawal receipts. R Service receipts with 90-degree rotated printing. S Service operation receipts. P Reports (only date/time and receipt number information) X X-reports. Z Z-reports
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description all_typesanulated_receiptscash_in_receiptscash_out_receiptsdaily_xreportsdaily_zreportsfiscal_receiptsnonfiscal_receiptsnonfiscal_receipts90reports_shortservice_receiptsstorno_receipts -
Method Summary
Modifier and Type Method Description static cmdEJournal.EjDocTypePrnfromOrdinal(int n)java.lang.StringgetId()static cmdEJournal.EjDocTypePrnvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static cmdEJournal.EjDocTypePrn[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getId
public java.lang.String getId() -
fromOrdinal
-