public static enum MapStorageProviderFactory.Flag extends Enum<MapStorageProviderFactory.Flag>
Enum Constant and Description |
---|
INITIALIZE_EMPTY |
LOCAL |
Modifier and Type | Method and Description |
---|---|
static MapStorageProviderFactory.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapStorageProviderFactory.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapStorageProviderFactory.Flag INITIALIZE_EMPTY
public static final MapStorageProviderFactory.Flag LOCAL
public static MapStorageProviderFactory.Flag[] values()
for (MapStorageProviderFactory.Flag c : MapStorageProviderFactory.Flag.values()) System.out.println(c);
public static MapStorageProviderFactory.Flag 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 JBoss by Red Hat. All rights reserved.