Package com.casioeurope.mis.edt.constant
Class ScannerLibraryConstant.SUFFIX
Object
SUFFIX
- Enclosing class:
- ScannerLibraryConstant
public static class ScannerLibraryConstant.SUFFIX extends Object
List of "Suffix constants". Sets the qualifier to be appended to the end of the reading result.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SUFFIX()
-
Method Summary
-
Field Details
-
LF
public static final int LFAdd LF (0x0A)- See Also:
- Constant Field Values
-
NONE
public static final int NONEno suffix- See Also:
- Constant Field Values
-
TAB
public static final int TABAdd TAB (0x09)- See Also:
- Constant Field Values
-
TAB_LF
public static final int TAB_LFAdd TAB+LF (0x09, 0x0A)- See Also:
- Constant Field Values
-
ENTER
public static final int ENTERAdd Enter (0x0D) (ET-L10 only)- See Also:
- Constant Field Values
-
-
Constructor Details
-
SUFFIX
public SUFFIX()
-