public class DbfFieldInt 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.
|
int[] |
getUniqueValueArray(DbfFileReader dbf)
Gets an array of unique values for this field.
|
getFieldDecimalCount, getFieldLength, getFieldType, getLogicalValue, getName, getString, getUniqueValues, isIntegral, isNull, isNumeric, toString, usesEngineeringNotation
public double getDouble()
public int getInteger()
getInteger
in class DbfField
public Object getApplicationData()
DbfField
getApplicationData
in class DbfField
public int[] getUniqueValueArray(DbfFileReader dbf) throws IOException
dbf
- a valid instanceIOException
- in the event of an unrecoverable I/O condition.Copyright © 2021. All rights reserved.