/** Return the label of the column, or the constant value. */
 public String getLabel() {
   return isField() ? field.getLabel() : label;
 }