| Modifier and Type | Method and Description |
|---|---|
static DBFDataType |
DBFDataType.fromCode(byte code)
Gets the DBFDataType from the code used in the file
|
static DBFDataType |
DBFDataType.fromCode(char code)
Gets the DBFDataType from the code used in the file
|
DBFDataType |
DBFField.getType()
Gets the type for this field
|
static DBFDataType |
DBFDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBFDataType[] |
DBFDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DBFMemoFile.readData(int block,
DBFDataType type) |
void |
DBFField.setType(DBFDataType type)
Set the type for this field
|
| Constructor and Description |
|---|
DBFField(String name,
DBFDataType type)
Creates a field definition
|
DBFField(String name,
DBFDataType type,
int length)
Creates a field definition
|
DBFField(String name,
DBFDataType type,
int length,
int decimalCount)
Creates a field definition
|
Copyright © 2018. All rights reserved.