public class DbfFieldDouble extends DbfField
builder, dataAddress, fieldDecimalCount, fieldLength, fieldType, isIntegral, name, numeric, offset| Modifier and Type | Method and Description |
|---|---|
Object |
getApplicationData()
Gets the data for the field as an Object of the appropriate class.
|
double |
getDouble()
Gets the double value stored in the field
during the most recent read operation, if any
|
int |
getInteger()
Gets the equivalent integer value of the field.
|
double[] |
getUniqueValueArray(DbfFileReader dbf)
Gets an array of unique values for this field.
|
boolean |
usesEngineeringNotation()
Indicates whether the value in the field was encoded
using engineering notation (e.g.
|
getFieldDecimalCount, getFieldLength, getFieldType, getLogicalValue, getName, getString, getUniqueValues, isIntegral, isNull, isNumeric, toStringpublic double getDouble()
public boolean usesEngineeringNotation()
usesEngineeringNotation in class DbfFieldpublic int getInteger()
getInteger in class DbfFieldpublic Object getApplicationData()
DbfFieldgetApplicationData in class DbfFieldpublic double[] getUniqueValueArray(DbfFileReader dbf) throws IOException
dbf - a valid instanceIOException - in the event of an unrecoverable I/O condition.Copyright © 2021. All rights reserved.