public static enum TAPMetadata.STDTable extends java.lang.Enum<TAPMetadata.STDTable>
| Enum Constant and Description |
|---|
COLUMNS |
KEY_COLUMNS |
KEYS |
SCHEMAS |
TABLES |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
label
Real name of the table.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TAPMetadata.STDTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TAPMetadata.STDTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAPMetadata.STDTable SCHEMAS
public static final TAPMetadata.STDTable TABLES
public static final TAPMetadata.STDTable COLUMNS
public static final TAPMetadata.STDTable KEYS
public static final TAPMetadata.STDTable KEY_COLUMNS
public static TAPMetadata.STDTable[] values()
for (TAPMetadata.STDTable c : TAPMetadata.STDTable.values()) System.out.println(c);
public static TAPMetadata.STDTable 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<TAPMetadata.STDTable>