public static enum JPanelView.OperationMode extends Enum<JPanelView.OperationMode>
| Enum Constant and Description |
|---|
EDIT_REFUND |
GASTRO |
MULTI |
ORDER |
RETAIL |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static JPanelView.OperationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPanelView.OperationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPanelView.OperationMode SIMPLE
public static final JPanelView.OperationMode MULTI
public static final JPanelView.OperationMode GASTRO
public static final JPanelView.OperationMode RETAIL
public static final JPanelView.OperationMode EDIT_REFUND
public static final JPanelView.OperationMode ORDER
public static JPanelView.OperationMode[] values()
for (JPanelView.OperationMode c : JPanelView.OperationMode.values()) System.out.println(c);
public static JPanelView.OperationMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.