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