public enum EDatenbankTyp extends Enum<EDatenbankTyp> implements INamedUiElement
Enum Constant and Description |
---|
GENERIC |
H2 |
MARIADB |
MYSQL |
ORACLE |
POSTGRESQL |
SQLSERVER |
Modifier and Type | Field and Description |
---|---|
int |
defaultPort |
String |
displayName |
String |
driverClass |
String |
hibernateDialect |
String |
hikariDSClassName |
String |
legacyTestQuery |
String |
quartzDelegate |
boolean |
render |
String |
shortName |
String |
urlTemplate |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
static EDatenbankTyp |
getByDriver(String driver) |
static EDatenbankTyp |
getByShortname(String shortname) |
String |
getDisplayName(Locale l) |
char |
getEscapeChar() |
String |
getUrlTemplate() |
boolean |
isRender() |
static EDatenbankTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDatenbankTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDatenbankTyp MYSQL
public static final EDatenbankTyp MARIADB
public static final EDatenbankTyp ORACLE
public static final EDatenbankTyp POSTGRESQL
public static final EDatenbankTyp SQLSERVER
public static final EDatenbankTyp H2
public static final EDatenbankTyp GENERIC
public final String displayName
public final String shortName
public final String driverClass
public final String hibernateDialect
public final String hikariDSClassName
public final String quartzDelegate
public final String legacyTestQuery
public final String urlTemplate
public final int defaultPort
public final boolean render
public static EDatenbankTyp[] values()
for (EDatenbankTyp c : EDatenbankTyp.values()) System.out.println(c);
public static EDatenbankTyp 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 char getEscapeChar()
public String getUrlTemplate()
public boolean isRender()
public static EDatenbankTyp getByDriver(String driver)
public static EDatenbankTyp getByShortname(String shortname)
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.