public static class Dbf.Field
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
fieldDecimal
The number of digits after the decimal point for a numeric field.
|
int |
fieldLen
Size of column's data in the DBF record in bytes.
|
java.lang.String |
fieldName
String name of the DBF column.
|
char |
fieldType
Data type of the DBF column.
|
public java.lang.String fieldName
public char fieldType
public int fieldLen
public int fieldDecimal