Uses of Class
xyz.cofe.data.table.store.FixedColumn
| Package | Description |
|---|---|
| xyz.cofe.data.table.store |
-
Uses of FixedColumn in xyz.cofe.data.table.store
Fields in xyz.cofe.data.table.store with type parameters of type FixedColumn Modifier and Type Field Description protected java.util.List<FixedColumn>CSVDesc. fixedColumnsПеречень фиксированных колонокMethods in xyz.cofe.data.table.store that return FixedColumn Modifier and Type Method Description FixedColumnFixedColumn. clone()Клонирование объектаMethods in xyz.cofe.data.table.store that return types with arguments of type FixedColumn Modifier and Type Method Description java.util.List<FixedColumn>CSVDesc. getFixedColumns()Указывает перечень фиксированных колонокMethod parameters in xyz.cofe.data.table.store with type arguments of type FixedColumn Modifier and Type Method Description voidCSVDesc. setFixedColumns(java.util.List<FixedColumn> fixedColumns)Указывает перечень фиксированных колонокprotected java.lang.StringCSVUtil. toStringFixedWidthLine(java.lang.String[] cells, java.util.List<FixedColumn> fcolumns)Constructors in xyz.cofe.data.table.store with parameters of type FixedColumn Constructor Description FixedColumn(FixedColumn src)Конструктор копирования