public static enum GeoServerRESTPublisher.StoreType extends Enum<GeoServerRESTPublisher.StoreType>
DATASTORES vector based data sources.
COVERAGESTORES raster based data sources.
| Enum Constant and Description |
|---|
COVERAGESTORES
Raster based data sources.
|
DATASTORES
Vector based data sources.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Get the type of a StoreType.
|
static String |
getType(GeoServerRESTPublisher.StoreType type)
Get the type name of a StoreType.
|
String |
getTypeName()
Get the type name of a StoreType.
|
static String |
getTypeName(GeoServerRESTPublisher.StoreType type)
Get the type name of a StoreType.
|
String |
getTypeNameWithFormat(GeoServerRESTPublisher.Format format)
Get the type name of a StoreType with the specified format.
|
static String |
getTypeNameWithFormat(GeoServerRESTPublisher.StoreType type,
GeoServerRESTPublisher.Format format)
Get the type name of a StoreType with the specified format.
|
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call.
|
static GeoServerRESTPublisher.StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.StoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.StoreType COVERAGESTORES
public static final GeoServerRESTPublisher.StoreType DATASTORES
public static GeoServerRESTPublisher.StoreType[] values()
for (GeoServerRESTPublisher.StoreType c : GeoServerRESTPublisher.StoreType.values()) System.out.println(c);
public static GeoServerRESTPublisher.StoreType 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 getTypeNameWithFormat(GeoServerRESTPublisher.StoreType type, GeoServerRESTPublisher.Format format)
type - the StoreType.format - see GeoServerRESTPublisher.Formatpublic String getTypeNameWithFormat(GeoServerRESTPublisher.Format format)
type - the StoreType.format - see GeoServerRESTPublisher.Formatpublic static String getTypeName(GeoServerRESTPublisher.StoreType type)
type - the StoreType.public static String getType(GeoServerRESTPublisher.StoreType type)
type - the StoreType.public String getTypeName()
public String getType()
type - the StoreType.public String toString()
toString in class Enum<GeoServerRESTPublisher.StoreType>Copyright © 2007–2016 PDOK. All rights reserved.