| Enum Constant and Description |
|---|
POS
Клавиатурная касса
|
SCO
Касса самообслуживания
|
SERVER
Сервер Set10
|
TOUCH
Touch-касса
|
UNKNOWN
Тип кассы не определен
|
| Modifier and Type | Method and Description |
|---|---|
static POSType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POSType POS
public static final POSType TOUCH
public static final POSType SCO
public static final POSType SERVER
public static final POSType UNKNOWN
public static POSType[] values()
for (POSType c : POSType.values()) System.out.println(c);
public static POSType 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