public static enum TpmDbRule.TpmDbType extends Enum<TpmDbRule.TpmDbType>
Modifier and Type | Method and Description |
---|---|
static TpmDbRule.TpmDbType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TpmDbRule.TpmDbType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpmDbRule.TpmDbType H2
public static final TpmDbRule.TpmDbType MYSQL
public static final TpmDbRule.TpmDbType POSTGRES
public static final TpmDbRule.TpmDbType MSSQL
public static final TpmDbRule.TpmDbType ORACLE
public static TpmDbRule.TpmDbType[] values()
for (TpmDbRule.TpmDbType c : TpmDbRule.TpmDbType.values()) System.out.println(c);
public static TpmDbRule.TpmDbType 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 © 2002-2022 Atlassian. All Rights Reserved.