public static enum WFS2.VersionState extends Enum<WFS2.VersionState>
Enum Constant and Description |
---|
FUTURE |
RETIRED |
SUPERSEDED |
VALID |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WFS2.VersionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFS2.VersionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFS2.VersionState VALID
public static final WFS2.VersionState SUPERSEDED
public static final WFS2.VersionState RETIRED
public static final WFS2.VersionState FUTURE
public static WFS2.VersionState[] values()
for (WFS2.VersionState c : WFS2.VersionState.values()) System.out.println(c);
public static WFS2.VersionState 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 toString()
toString
in class Enum<WFS2.VersionState>
Copyright © 2022 Open Geospatial Consortium. All rights reserved.