public static enum GeoServerRESTPublisher.DataStoreExtension extends Enum<GeoServerRESTPublisher.DataStoreExtension>
SHP Shapefile
PROPERTIES Property file
H2 H2 Database
SPATIALITE SpatiaLite Database
| Enum Constant and Description |
|---|
H2
H2 Database
|
PROPERTIES
Properties file
|
SHP
Shapefile
|
SPATIALITE
SpatiaLite Database
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call.
|
static GeoServerRESTPublisher.DataStoreExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.DataStoreExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.DataStoreExtension SHP
public static final GeoServerRESTPublisher.DataStoreExtension PROPERTIES
public static final GeoServerRESTPublisher.DataStoreExtension H2
public static final GeoServerRESTPublisher.DataStoreExtension SPATIALITE
public static GeoServerRESTPublisher.DataStoreExtension[] values()
for (GeoServerRESTPublisher.DataStoreExtension c : GeoServerRESTPublisher.DataStoreExtension.values()) System.out.println(c);
public static GeoServerRESTPublisher.DataStoreExtension 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<GeoServerRESTPublisher.DataStoreExtension>Copyright © 2007–2016 PDOK. All rights reserved.