uk.ac.starlink.vo
Interface AdqlValidator.ValidatorColumn

Enclosing class:
AdqlValidator

public static interface AdqlValidator.ValidatorColumn

Defines column metadata for table columns known to the validator.


Method Summary
 String getColumnName()
          Returns the name of this column.
 AdqlValidator.ValidatorTable getTable()
          Returns the table which owns this column.
 

Method Detail

getColumnName

String getColumnName()
Returns the name of this column.

Returns:
column name

getTable

AdqlValidator.ValidatorTable getTable()
Returns the table which owns this column.

Returns:
owner table object


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.