public static enum MessageQueue.ScheduledMoment extends java.lang.Enum<MessageQueue.ScheduledMoment>
| Enum Constant and Description |
|---|
READY_TO_START_NEW_RECEIPT
Сразу по завершению работы с текущим чеком.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageQueue.ScheduledMoment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageQueue.ScheduledMoment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageQueue.ScheduledMoment READY_TO_START_NEW_RECEIPT
public static MessageQueue.ScheduledMoment[] values()
for (MessageQueue.ScheduledMoment c : MessageQueue.ScheduledMoment.values()) System.out.println(c);
public static MessageQueue.ScheduledMoment 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