|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GeoServerRESTPublisher.DataStoreType>
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.DataStoreType
public static enum GeoServerRESTPublisher.DataStoreType
DataStoreType definitions.
DATASTORES vector based data sources.
COVERAGESTORES raster based data sources.
| Enum Constant Summary | |
|---|---|
COVERAGESTORES
Raster based data sources. |
|
DATASTORES
Vector based data sources. |
|
| Method Summary | |
|---|---|
static String |
getTypeName(GeoServerRESTPublisher.DataStoreType type)
Get the type name of a DataStoreType. |
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call. |
static GeoServerRESTPublisher.DataStoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeoServerRESTPublisher.DataStoreType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GeoServerRESTPublisher.DataStoreType COVERAGESTORES
public static final GeoServerRESTPublisher.DataStoreType DATASTORES
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic static String getTypeName(GeoServerRESTPublisher.DataStoreType type)
type - the DataStoreType.
public String toString()
toString in class Enum<GeoServerRESTPublisher.DataStoreType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||