public static enum Database.Type extends Enum<Database.Type>
| Modifier and Type | Method and Description |
|---|---|
static Database.Type |
fromValue(String geotoolsType) |
String |
getGeotoolsType() |
static Database.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Database.Type POSTGIS
public static final Database.Type ORACLE
public static final Database.Type MSACCESS
public static Database.Type[] values()
for (Database.Type c : Database.Type.values()) System.out.println(c);
public static Database.Type 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 getGeotoolsType()
public static Database.Type fromValue(String geotoolsType)
Copyright © 2015. All rights reserved.