protected static enum InsertString.OverwriteMode extends Enum<InsertString.OverwriteMode>
Modifier and Type | Method and Description |
---|---|
static InsertString.OverwriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertString.OverwriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertString.OverwriteMode FALSE
public static final InsertString.OverwriteMode TRUE
public static final InsertString.OverwriteMode AUTO
public static InsertString.OverwriteMode[] values()
for (InsertString.OverwriteMode c : InsertString.OverwriteMode.values()) System.out.println(c);
public static InsertString.OverwriteMode 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 null