-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCell(swim.structure.Item cell, swim.util.Builder<swim.structure.Item,?> rowBuilder)swim.structure.ItemdefaultCell()swim.structure.Valuekey()CsvStructureColkey(swim.structure.Value key)CsvStructureColname(String name)CsvStructureColoptional(boolean optional)
-
-
-
Method Detail
-
key
swim.structure.Value key()
-
key
CsvStructureCol key(swim.structure.Value key)
-
name
CsvStructureCol name(String name)
-
optional
CsvStructureCol optional(boolean optional)
-
defaultCell
swim.structure.Item defaultCell()
-
-