public static enum DatabaseQueryHelper.Config extends Enum<DatabaseQueryHelper.Config>
| Enum Constant and Description |
|---|
SchemaFilterScript
The Schema filter script.
|
ShowTableContentScript
The Show table content script.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseQueryHelper.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseQueryHelper.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseQueryHelper.Config ShowTableContentScript
public static final DatabaseQueryHelper.Config SchemaFilterScript
public static DatabaseQueryHelper.Config[] values()
for (DatabaseQueryHelper.Config c : DatabaseQueryHelper.Config.values()) System.out.println(c);
public static DatabaseQueryHelper.Config 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 © 2010–2018 Eclipse Foundation. All rights reserved.