public static enum GeoServerRESTPublisher.DataStoreType extends Enum<GeoServerRESTPublisher.DataStoreType>
| Enum Constant and Description |
|---|
COVERAGESTORES
Deprecated.
Raster based data sources.
|
DATASTORES
Deprecated.
Vector based data sources.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getTypeName(GeoServerRESTPublisher.StoreType type)
Deprecated.
use
StoreType#getTypeNameWithFormat(StoreType, Format) |
String |
toString()
Deprecated.
|
static GeoServerRESTPublisher.DataStoreType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.DataStoreType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.DataStoreType COVERAGESTORES
public static final GeoServerRESTPublisher.DataStoreType DATASTORES
public static GeoServerRESTPublisher.DataStoreType[] values()
for (GeoServerRESTPublisher.DataStoreType c : GeoServerRESTPublisher.DataStoreType.values()) System.out.println(c);
public static GeoServerRESTPublisher.DataStoreType 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 String getTypeName(GeoServerRESTPublisher.StoreType type)
StoreType#getTypeNameWithFormat(StoreType, Format)type - public String toString()
GeoServerRESTPublisher.StoreType.toString()toString in class Enum<GeoServerRESTPublisher.DataStoreType>Copyright © 2007–2016 PDOK. All rights reserved.