public class TextColumn extends Object
LineWrapper.wrap(Appendable, TextTableInfo, TextColumn[])
Modifier and Type | Field and Description |
---|---|
private TextColumnInfo |
columnInfo |
private String |
text |
Constructor and Description |
---|
TextColumn(String text,
TextColumnInfo columnInfo)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
TextColumnInfo |
getColumnInfo()
This method gets the
TextColumnInfo holding the metadata of the column. |
String |
getText()
This method gets the text of this column.
|
private final String text
private final TextColumnInfo columnInfo
public TextColumn(String text, TextColumnInfo columnInfo)
text
- is the text
.columnInfo
- is the column-info
.public String getText()
public TextColumnInfo getColumnInfo()
TextColumnInfo
holding the metadata of the column.Copyright © 2001–2016 mmm-Team. All rights reserved.