static enum AbstractGenerator.DialectSelector extends java.lang.Enum<AbstractGenerator.DialectSelector>
| Enum Constant and Description |
|---|
GEODB |
MY_SQL_SPATIAL_5 |
ORACLE |
POSTGIS |
SQL_SERVER_2008 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AbstractGenerator.DialectSelector |
valueOf(java.lang.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
public static final AbstractGenerator.DialectSelector MY_SQL_SPATIAL_5
public static final AbstractGenerator.DialectSelector SQL_SERVER_2008
public static AbstractGenerator.DialectSelector[] values()
for (AbstractGenerator.DialectSelector c : AbstractGenerator.DialectSelector.values()) System.out.println(c);
public static AbstractGenerator.DialectSelector valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<AbstractGenerator.DialectSelector>Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.