public enum InsertType extends java.lang.Enum<InsertType>
Enum Constant and Description |
---|
ADD_BY_FLMS
Сущность была добавлена с мобильного сканера SelfScan
|
ADD_BY_RFID
Сущность было добавлена с помощью RFID считывателя
|
BARCODE_BY_HAND
[только товары] Товар найден ручным вводом штрихкода
|
DIRECTORY
[только товары] Товар найден из справочника
|
DIRECTORY_BY_PRICE
[только товары] Товар найден из справочника поиском по цене
|
HAND
Строка поиска для идентификации сущности была введена вручную
|
KEY
[только товары] Товар найден нажатием клавиатурной кнопки
|
MENU
[только товары] Товар найден из меню
|
MSR
Сущность была проидентифицирована по содержимому её магнитной дорожки
|
SCANNER
Сущность была проидентифицирована и добавлена в чек после сканирования ее ШК
|
SMART_SCALES
Сущность была добавлена с помощью SmartScales
|
SOFT_CHEQUE
Сущность была добавлена из мягкого чека / заказа ('O' - order, заказ)
|
Modifier and Type | Method and Description |
---|---|
static InsertType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InsertType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertType SCANNER
public static final InsertType HAND
public static final InsertType MENU
public static final InsertType DIRECTORY
public static final InsertType BARCODE_BY_HAND
public static final InsertType DIRECTORY_BY_PRICE
public static final InsertType KEY
public static final InsertType MSR
public static final InsertType ADD_BY_FLMS
public static final InsertType ADD_BY_RFID
public static final InsertType SOFT_CHEQUE
public static final InsertType SMART_SCALES
public static InsertType[] values()
for (InsertType c : InsertType.values()) System.out.println(c);
public static InsertType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null