static enum AbstractGenerator.DialectSelector extends Enum<AbstractGenerator.DialectSelector>
| Enum Constant and Description |
|---|
GEODB_H2 |
MYSQL |
ORACLE |
POSTGIS |
SQL_SERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractGenerator.DialectSelector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractGenerator.DialectSelector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractGenerator.DialectSelector POSTGIS
public static final AbstractGenerator.DialectSelector ORACLE
public static final AbstractGenerator.DialectSelector GEODB_H2
public static final AbstractGenerator.DialectSelector MYSQL
public static final AbstractGenerator.DialectSelector SQL_SERVER
public static AbstractGenerator.DialectSelector[] values()
for (AbstractGenerator.DialectSelector c : AbstractGenerator.DialectSelector.values()) System.out.println(c);
public static AbstractGenerator.DialectSelector 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<AbstractGenerator.DialectSelector>Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.