public static enum WFS3.PATH extends Enum<WFS3.PATH>
| Enum Constant and Description |
|---|
API |
COLLECTIONS |
CONFORMANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathItem() |
static WFS3.PATH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFS3.PATH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFS3.PATH API
public static final WFS3.PATH CONFORMANCE
public static final WFS3.PATH COLLECTIONS
public static WFS3.PATH[] values()
for (WFS3.PATH c : WFS3.PATH.values()) System.out.println(c);
public static WFS3.PATH 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 getPathItem()
Copyright © 2018 Open Geospatial Consortium. All rights reserved.