static enum ConnectionUrlTest.ConnectionStringGenerator.UrlMode extends java.lang.Enum<ConnectionUrlTest.ConnectionStringGenerator.UrlMode>
| Enum Constant and Description |
|---|
INNER_HOSTS_LIST |
OUTER_HOSTS_LIST |
SINGLE_HOST |
| Modifier and Type | Field and Description |
|---|---|
private int |
hostsCount |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getHostsCount() |
static ConnectionUrlTest.ConnectionStringGenerator.UrlMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionUrlTest.ConnectionStringGenerator.UrlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionUrlTest.ConnectionStringGenerator.UrlMode SINGLE_HOST
public static final ConnectionUrlTest.ConnectionStringGenerator.UrlMode OUTER_HOSTS_LIST
public static final ConnectionUrlTest.ConnectionStringGenerator.UrlMode INNER_HOSTS_LIST
public static ConnectionUrlTest.ConnectionStringGenerator.UrlMode[] values()
for (ConnectionUrlTest.ConnectionStringGenerator.UrlMode c : ConnectionUrlTest.ConnectionStringGenerator.UrlMode.values()) System.out.println(c);
public static ConnectionUrlTest.ConnectionStringGenerator.UrlMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullint getHostsCount()