public enum EventsHistoryMode extends Enum<EventsHistoryMode>
| Enum Constant and Description |
|---|
CONSIDERE_FUTURE_DEACTIVATE |
IGNORE_FUTURE_ACTIVATE |
IGNORE_FUTURE_DEACTIVATE |
| Modifier and Type | Method and Description |
|---|---|
static EventsHistoryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventsHistoryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventsHistoryMode IGNORE_FUTURE_DEACTIVATE
public static final EventsHistoryMode IGNORE_FUTURE_ACTIVATE
public static final EventsHistoryMode CONSIDERE_FUTURE_DEACTIVATE
public static EventsHistoryMode[] values()
for (EventsHistoryMode c : EventsHistoryMode.values()) System.out.println(c);
public static EventsHistoryMode 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 © 2017. All rights reserved.