|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindprod.csv.ColumnDescriptor
final class ColumnDescriptor
Facts about a single column in the CSV file, used internally by CSVAlign
created with Intellij Idea
Field Summary | |
---|---|
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 Summary | |
---|---|
ColumnDescriptor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isAwkward
public boolean isNumeric
public int maxWidth
public int startCol
Constructor Detail |
---|
ColumnDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |