Skip to content

Package io.github.qishr.cascara.common.data

Class TextualColumn

java.lang.Object
        io.github.qishr.cascara.common.data.TextualColumn


public class TextualColumn

A class to represent the name and width of a column within a table.

Constructor Summary

Constructor Description
TextualColumn(String name) Constructs a new Column object with the specified name.

Method Summary

Modifier and Type Method Description
public String getHeaderText()

Method Details

getHeaderText

public String getHeaderText()