public enum ConfigurationKey extends Enum<ConfigurationKey>
Configurable| Enum Constant and Description |
|---|
CASSANDRA_CQL_PORT |
CASSANDRA_KEYSPACE |
CASSANDRA_NODES |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalForm() |
static ConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationKey CASSANDRA_CQL_PORT
public static final ConfigurationKey CASSANDRA_NODES
public static final ConfigurationKey CASSANDRA_KEYSPACE
public static ConfigurationKey[] values()
for (ConfigurationKey c : ConfigurationKey.values()) System.out.println(c);
public static ConfigurationKey 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 getExternalForm()
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.