Package | Description |
---|---|
tap.metadata |
Modifier and Type | Method and Description |
---|---|
TAPTable.TableType |
TAPTable.getType()
Get the type of this table.
|
static TAPTable.TableType |
TAPTable.TableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TAPTable.TableType[] |
TAPTable.TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TAPTable |
TAPSchema.addTable(java.lang.String tableName,
TAPTable.TableType tableType,
java.lang.String description,
java.lang.String utype)
Build a
TAPTable object whose the ADQL and DB name will the given one. |
void |
TAPTable.setType(TAPTable.TableType type)
Set the type of this table.
|
Constructor and Description |
---|
TAPTable(java.lang.String tableName,
TAPTable.TableType tableType)
Build a
TAPTable instance with the given ADQL name and table type. |
TAPTable(java.lang.String tableName,
TAPTable.TableType tableType,
java.lang.String description,
java.lang.String utype)
Build a
TAPTable instance with the given ADQL name, table type, description and UType. |