Class Dbf.Field

java.lang.Object
org.ka2ddo.util.Dbf.Field
Enclosing class:
Dbf

public static class Dbf.Field extends Object
This class describes the structure of one field (column) in the DBF table.
Author:
Andrew Pavlin, KA2DDO
  • Field Details

    • fieldName

      public String fieldName
      String name of the DBF column.
    • fieldType

      public char fieldType
      Data type of the DBF column. 'C' indicates text data, and 'N' indicates numeric data.
    • fieldLen

      public int fieldLen
      Size of column's data in the DBF record in bytes.
    • fieldDecimal

      public int fieldDecimal
      The number of digits after the decimal point for a numeric field.