public static enum NetCDFPublisher.Format extends Enum<NetCDFPublisher.Format>
| Modifier and Type | Method and Description |
|---|---|
static String |
getContentType(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.Format f) |
String |
toString() |
static NetCDFPublisher.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFPublisher.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFPublisher.Format XML
public static final NetCDFPublisher.Format JSON
public static final NetCDFPublisher.Format HTML
public static final NetCDFPublisher.Format SLD
public static final NetCDFPublisher.Format SLD_1_1_0
public static NetCDFPublisher.Format[] values()
for (NetCDFPublisher.Format c : NetCDFPublisher.Format.values()) System.out.println(c);
public static NetCDFPublisher.Format 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 getContentType(it.geosolutions.geoserver.rest.GeoServerRESTPublisher.Format f)
public String toString()
toString in class Enum<NetCDFPublisher.Format>Copyright © 2019. All Rights Reserved.