public static enum UpdateDataWriter.UpdateMode extends Enum<UpdateDataWriter.UpdateMode>
Modifier and Type | Method and Description |
---|---|
static UpdateDataWriter.UpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDataWriter.UpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateDataWriter.UpdateMode INSERT
public static final UpdateDataWriter.UpdateMode DELETE
public static UpdateDataWriter.UpdateMode[] values()
for (UpdateDataWriter.UpdateMode c : UpdateDataWriter.UpdateMode.values()) System.out.println(c);
public static UpdateDataWriter.UpdateMode 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 nullLicenced under the Apache License, Version 2.0