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