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