| Package | Description |
|---|---|
| com.epam.parso |
| Modifier and Type | Method and Description |
|---|---|
ColumnFormat |
Column.getFormat()
The function to get
Column.format. |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setFormat(ColumnFormat format)
The function to set column format.
|
| Constructor and Description |
|---|
Column(int id,
String name,
String label,
ColumnFormat format,
Class<?> type,
int length)
The constructor that defines all parameters of the Column class.
|
Copyright © 2021. All rights reserved.