| Package | Description |
|---|---|
| org.canova.cli.csv.schema |
| Modifier and Type | Field and Description |
|---|---|
CSVSchemaColumn.ColumnType |
CSVSchemaColumn.columnType |
| Modifier and Type | Method and Description |
|---|---|
static CSVSchemaColumn.ColumnType |
CSVSchemaColumn.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVSchemaColumn.ColumnType[] |
CSVSchemaColumn.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CSVSchemaColumn(String colName,
CSVSchemaColumn.ColumnType colType,
CSVSchemaColumn.TransformType transformType) |
Copyright © 2015. All rights reserved.