Package uk.ac.starlink.vo.datalink
Class LinkColMap.ColDef<C>
java.lang.Object
uk.ac.starlink.vo.datalink.LinkColMap.ColDef<C>
- Enclosing class:
- LinkColMap
Utility class that encapsulates the characteristics of a given
column from the DataLink standard.
-
Method Details
-
getName
Returns the column's name.- Returns:
- name
-
getUcd
Returns the column's UCD.- Returns:
- ucd, may be null
-
isRequired
public boolean isRequired()Indicates whether this column is required to be present in a links response table.- Returns:
- true for required columns, false for optional
-
getContentClass
Returns the required content class for the column.- Returns:
- class
-