public static enum DbTransaction.DbServerProduct extends Enum<DbTransaction.DbServerProduct>
Modifier and Type | Method and Description |
---|---|
static DbTransaction.DbServerProduct |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbTransaction.DbServerProduct[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbTransaction.DbServerProduct mysql
public static final DbTransaction.DbServerProduct postgres
public static final DbTransaction.DbServerProduct sqlserver
public static DbTransaction.DbServerProduct[] values()
for (DbTransaction.DbServerProduct c : DbTransaction.DbServerProduct.values()) System.out.println(c);
public static DbTransaction.DbServerProduct 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 null