public static enum DatabaseReader.BuggyAlgoAction extends Enum<DatabaseReader.BuggyAlgoAction>
| Modifier and Type | Method and Description |
|---|---|
static DatabaseReader.BuggyAlgoAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseReader.BuggyAlgoAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseReader.BuggyAlgoAction IGNORE
public static final DatabaseReader.BuggyAlgoAction ABORT
public static final DatabaseReader.BuggyAlgoAction CONVERT
public static DatabaseReader.BuggyAlgoAction[] values()
for (DatabaseReader.BuggyAlgoAction c : DatabaseReader.BuggyAlgoAction.values()) System.out.println(c);
public static DatabaseReader.BuggyAlgoAction 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 nullCopyright © 2018. All rights reserved.