| Modifier and Type | Field and Description |
|---|---|
(package private) FileFieldType |
FileRowConverter.FieldDef.type |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,FileFieldType> |
FileFieldType.MAP |
| Modifier and Type | Method and Description |
|---|---|
(package private) FileFieldType |
FileRowConverter.FieldDef.getType() |
static FileFieldType |
FileFieldType.of(String typeString) |
static FileFieldType |
FileFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFieldType[] |
FileFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
FileRowConverter.addFieldDef(String name,
FileFieldType type,
Map<String,Object> config,
int sourceCol) |
private Object |
FileRowConverter.FieldDef.toObject(FileFieldType fieldType,
String string) |
| Constructor and Description |
|---|
FieldDef(String name,
FileFieldType type,
Map<String,Object> config,
int cellSeq) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.