public enum OAIStoreActions extends Enum<OAIStoreActions>
| Enum Constant and Description |
|---|
COUNT_SETS |
CREATE_OAI_INDEX |
CREATE_STORE |
DROP_STORE |
ENSURE_INDEXES |
REFRESH_CONFIG |
SYNC |
| Modifier and Type | Method and Description |
|---|---|
static OAIStoreActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAIStoreActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAIStoreActions SYNC
public static final OAIStoreActions COUNT_SETS
public static final OAIStoreActions REFRESH_CONFIG
public static final OAIStoreActions ENSURE_INDEXES
public static final OAIStoreActions CREATE_STORE
public static final OAIStoreActions CREATE_OAI_INDEX
public static final OAIStoreActions DROP_STORE
public static OAIStoreActions[] values()
for (OAIStoreActions c : OAIStoreActions.values()) System.out.println(c);
public static OAIStoreActions 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 © 2026. All rights reserved.