public enum Protocol extends Enum<Protocol>
| Enum Constant and Description |
|---|
CSW |
DOWNLOAD |
GML |
KML |
ODS |
OGS |
OPS |
ORS |
OUS |
SAS |
SOS |
SPS |
UKST |
WCS |
WCTS |
WEBSITE |
WFS |
WFSG |
WMC |
WMS |
WMTS |
WNS |
WPS |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
fromValue(String n) |
String |
getName() |
static Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol CSW
public static final Protocol WMS
public static final Protocol WFS
public static final Protocol WCS
public static final Protocol WCTS
public static final Protocol WPS
public static final Protocol UKST
public static final Protocol WMC
public static final Protocol KML
public static final Protocol GML
public static final Protocol WFSG
public static final Protocol SOS
public static final Protocol SPS
public static final Protocol SAS
public static final Protocol WNS
public static final Protocol ODS
public static final Protocol OGS
public static final Protocol OUS
public static final Protocol OPS
public static final Protocol ORS
public static final Protocol WEBSITE
public static final Protocol DOWNLOAD
public static final Protocol WMTS
public static Protocol[] values()
for (Protocol c : Protocol.values()) System.out.println(c);
public static Protocol 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 String getName()
Copyright © 2021 B3Partners B.V.. All rights reserved.