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.
- Since:
- 22 Nov 2017
- Author:
- Mark Taylor
-
Method Details
-
getName
-
getUcd
-
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
-