public static enum GraphDatabaseSettings.BoltConnector.EncryptionLevel extends Enum<GraphDatabaseSettings.BoltConnector.EncryptionLevel>
Modifier and Type | Method and Description |
---|---|
static GraphDatabaseSettings.BoltConnector.EncryptionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphDatabaseSettings.BoltConnector.EncryptionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphDatabaseSettings.BoltConnector.EncryptionLevel REQUIRED
public static final GraphDatabaseSettings.BoltConnector.EncryptionLevel OPTIONAL
public static final GraphDatabaseSettings.BoltConnector.EncryptionLevel DISABLED
public static GraphDatabaseSettings.BoltConnector.EncryptionLevel[] values()
for (GraphDatabaseSettings.BoltConnector.EncryptionLevel c : GraphDatabaseSettings.BoltConnector.EncryptionLevel.values()) System.out.println(c);
public static GraphDatabaseSettings.BoltConnector.EncryptionLevel 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 © 2002–2016 The Neo4j Graph Database Project. All rights reserved.