public static enum CadcTapMetaReader.Config extends java.lang.Enum<CadcTapMetaReader.Config>
Enum Constant and Description |
---|
POPULATE_NONE
Schema query doesn't get tables, table query doesn't get columns.
|
POPULATE_SCHEMAS
Schema query gets tables but not columns.
|
POPULATE_SCHEMAS_AND_TABLES
Schema query gets fully populated schemas and tables.
|
Modifier and Type | Method and Description |
---|---|
static CadcTapMetaReader.Config |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CadcTapMetaReader.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadcTapMetaReader.Config POPULATE_NONE
public static final CadcTapMetaReader.Config POPULATE_SCHEMAS
public static final CadcTapMetaReader.Config POPULATE_SCHEMAS_AND_TABLES
public static CadcTapMetaReader.Config[] values()
for (CadcTapMetaReader.Config c : CadcTapMetaReader.Config.values()) System.out.println(c);
public static CadcTapMetaReader.Config valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.