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