public enum HistoryType extends Enum<HistoryType>
| Enum Constant and Description |
|---|
MANAGEMENT_MODE_ADD |
MANAGEMENT_MODE_COPY |
MANAGEMENT_MODE_EXTEND |
RULE_ADD |
RULE_REMOVE |
SECTION_ADD |
SECTION_REMOVE |
STRATEGY_ADD |
STRATEGY_REMOVE |
| Modifier and Type | Method and Description |
|---|---|
static HistoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryType MANAGEMENT_MODE_ADD
public static final HistoryType MANAGEMENT_MODE_COPY
public static final HistoryType MANAGEMENT_MODE_EXTEND
public static final HistoryType SECTION_ADD
public static final HistoryType SECTION_REMOVE
public static final HistoryType STRATEGY_ADD
public static final HistoryType STRATEGY_REMOVE
public static final HistoryType RULE_ADD
public static final HistoryType RULE_REMOVE
public static HistoryType[] values()
for (HistoryType c : HistoryType.values()) System.out.println(c);
public static HistoryType 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 © 2013–2015 Inra. All rights reserved.