Package io.github.qishr.cascara.common.data
Class Column
java.lang.Object
io.github.qishr.cascara.common.data.Column
public class Column
A class to represent the name and width of a column within a table.
Constructor Summary
| Constructor | Description |
|---|---|
| Column(String name) | Constructs a new Column object with the specified name. |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public String | getName() |
Method Details
getName
public String getName()