public static enum TableMetaData.Type extends Enum<TableMetaData.Type>
Enum Constant and Description |
---|
LINKED |
LINKED_ODBC |
LOCAL |
Modifier and Type | Method and Description |
---|---|
static TableMetaData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableMetaData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableMetaData.Type LOCAL
public static final TableMetaData.Type LINKED
public static final TableMetaData.Type LINKED_ODBC
public static TableMetaData.Type[] values()
for (TableMetaData.Type c : TableMetaData.Type.values()) System.out.println(c);
public static TableMetaData.Type 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 © 2005–2024 OpenHMS. All rights reserved.