- getBigDecimal(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as java.math.BigDecimal.
- getBoolean(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as boolean.
- getByte(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as byte.
- getDataType() - Method in class org.jamel.dbf.structure.DbfField
-
- getDate(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as java.util.Date.
- getDay() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getDecimalCount() - Method in class org.jamel.dbf.structure.DbfField
-
- getDouble(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as double.
- getField(int) - Method in class org.jamel.dbf.structure.DbfHeader
-
- getField(String) - Method in class org.jamel.dbf.structure.DbfHeader
-
- getFieldIndex() - Method in class org.jamel.dbf.structure.DbfField
-
- getFieldIndex(String) - Method in class org.jamel.dbf.structure.DbfHeader
-
- getFieldLength() - Method in class org.jamel.dbf.structure.DbfField
-
- getFieldsCount() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getFloat(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as float.
- getHeader() - Method in class org.jamel.dbf.DbfReader
-
- getHeaderLength() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getInt(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as int.
- getLong(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as long.
- getMonth() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getName() - Method in class org.jamel.dbf.structure.DbfField
-
- getNumberOfRecords() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getObject(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as Object.
- getRecordCount() - Method in class org.jamel.dbf.DbfReader
-
- getRecordLength() - Method in class org.jamel.dbf.structure.DbfHeader
-
- getShort(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as short.
- getString(String) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as String.
- getString(String, Charset) - Method in class org.jamel.dbf.structure.DbfRow
-
Retrieves the value of the designated field as String
using given charset.
- getYear() - Method in class org.jamel.dbf.structure.DbfHeader
-