public enum EventsHistoryMode extends java.lang.Enum<EventsHistoryMode>
Enum Constant and Description |
---|
CONSIDERE_FUTURE_DEACTIVATE |
IGNORE_FUTURE_ACTIVATE |
IGNORE_FUTURE_DEACTIVATE |
Modifier and Type | Method and Description |
---|---|
static EventsHistoryMode |
valueOf(java.lang.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(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 nullCopyright © 2020. All Rights Reserved.