protected static enum ConfigGroup.EnumDbConnectionType extends Enum<ConfigGroup.EnumDbConnectionType>
Enum Constant and Description |
---|
CLEAN
Clean database.
|
DIRTY
Dirty database.
|
DIRTY_UPDATE
Dirty database - authorized for SPARQL UPDATE.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigPrefix() |
static ConfigGroup.EnumDbConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigGroup.EnumDbConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigGroup.EnumDbConnectionType DIRTY
public static final ConfigGroup.EnumDbConnectionType DIRTY_UPDATE
public static final ConfigGroup.EnumDbConnectionType CLEAN
public static ConfigGroup.EnumDbConnectionType[] values()
for (ConfigGroup.EnumDbConnectionType c : ConfigGroup.EnumDbConnectionType.values()) System.out.println(c);
public static ConfigGroup.EnumDbConnectionType 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 nullpublic String getConfigPrefix()
Copyright © 2013. All Rights Reserved.