public static enum NetCDFPublisher.StoreType extends Enum<NetCDFPublisher.StoreType>
| Enum Constant and Description |
|---|
COVERAGESTORES |
DATASTORES |
| Modifier and Type | Method and Description |
|---|---|
static String |
getType(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type) |
static String |
getTypeName(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type) |
static String |
getTypeNameWithFormat(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type,
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.Format format) |
static NetCDFPublisher.StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFPublisher.StoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFPublisher.StoreType COVERAGESTORES
public static final NetCDFPublisher.StoreType DATASTORES
public static NetCDFPublisher.StoreType[] values()
for (NetCDFPublisher.StoreType c : NetCDFPublisher.StoreType.values()) System.out.println(c);
public static NetCDFPublisher.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(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type, it.geosolutions.geoserver.rest.GeoServerRESTPublisher.Format format)
public static String getTypeName(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type)
public static String getType(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.StoreType type)
Copyright © 2019. All Rights Reserved.