public static enum Neo4jConfig.DatabaseConfig.DatabaseType extends Enum<Neo4jConfig.DatabaseConfig.DatabaseType>
| Enum Constant and Description |
|---|
EMBEDDED |
| Modifier and Type | Method and Description |
|---|---|
static Neo4jConfig.DatabaseConfig.DatabaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neo4jConfig.DatabaseConfig.DatabaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Neo4jConfig.DatabaseConfig.DatabaseType EMBEDDED
public static Neo4jConfig.DatabaseConfig.DatabaseType[] values()
for (Neo4jConfig.DatabaseConfig.DatabaseType c : Neo4jConfig.DatabaseConfig.DatabaseType.values()) System.out.println(c);
public static Neo4jConfig.DatabaseConfig.DatabaseType 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 © 2013-2018–2019 SeedStack. All rights reserved.