public static enum DataSourceUtils.PoolType extends Enum<DataSourceUtils.PoolType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataSourceUtils.PoolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceUtils.PoolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceUtils.PoolType HIKARI
public static final DataSourceUtils.PoolType TOMCAT
public static final DataSourceUtils.PoolType DBCP2
public static final DataSourceUtils.PoolType ATOMIKOS
public static DataSourceUtils.PoolType[] values()
for (DataSourceUtils.PoolType c : DataSourceUtils.PoolType.values()) System.out.println(c);
public static DataSourceUtils.PoolType 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 toString()
toString in class Enum<DataSourceUtils.PoolType>Copyright © 2021. All rights reserved.