| Modifier and Type | Method and Description |
|---|---|
static DBFDataType |
DBFDataType.fromCode(byte cod)
Gets the DBFDataType from the code used in the file
|
static DBFDataType |
DBFDataType.fromCode(char c) |
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) |
DBFField(String name,
DBFDataType type,
int length) |
DBFField(String name,
DBFDataType type,
int length,
int decimalCount) |
Copyright © 2017. All rights reserved.