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