final class ColumnDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isAwkward
true if one or more fields in this column require surrounding quotes.
|
boolean |
isNumeric
if true all fields contain only digits dot, plus and minus.
|
int |
maxWidth
widest field in the column.
|
int |
startCol
0-based char column where this column starts
|
Constructor and Description |
---|
ColumnDescriptor() |
public boolean isAwkward
public boolean isNumeric
public int maxWidth
public int startCol