public static enum RESTDataStore.DBType extends Enum<RESTDataStore.DBType>
| Modifier and Type | Method and Description |
|---|---|
static RESTDataStore.DBType |
get(String restName) |
static RESTDataStore.DBType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTDataStore.DBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESTDataStore.DBType POSTGIS
public static final RESTDataStore.DBType ORACLE
public static final RESTDataStore.DBType SHP
public static final RESTDataStore.DBType UNKNOWN
public static RESTDataStore.DBType[] values()
for (RESTDataStore.DBType c : RESTDataStore.DBType.values()) System.out.println(c);
public static RESTDataStore.DBType 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 static RESTDataStore.DBType get(String restName)
Copyright © 2007–2016 PDOK. All rights reserved.