public static enum BetterConfig.ConfigComparator extends java.lang.Enum<BetterConfig.ConfigComparator>
| Enum Constant and Description |
|---|
CATEGORIES_FIRST |
CATEGORIES_LAST |
EXPLICIT |
INITIALIZATION |
NAME_CASE_INSENSITIVE |
NAME_CASE_SENSITIVE |
NON_MAP_CATEGORIES_FIRST |
NON_MAP_CATEGORIES_LAST |
| Modifier and Type | Method and Description |
|---|---|
static BetterConfig.ConfigComparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BetterConfig.ConfigComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BetterConfig.ConfigComparator EXPLICIT
public static final BetterConfig.ConfigComparator CATEGORIES_FIRST
public static final BetterConfig.ConfigComparator CATEGORIES_LAST
public static final BetterConfig.ConfigComparator NON_MAP_CATEGORIES_FIRST
public static final BetterConfig.ConfigComparator NON_MAP_CATEGORIES_LAST
public static final BetterConfig.ConfigComparator NAME_CASE_SENSITIVE
public static final BetterConfig.ConfigComparator NAME_CASE_INSENSITIVE
public static final BetterConfig.ConfigComparator INITIALIZATION
public static BetterConfig.ConfigComparator[] values()
for (BetterConfig.ConfigComparator c : BetterConfig.ConfigComparator.values()) System.out.println(c);
public static BetterConfig.ConfigComparator 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