|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Type in nl.knaw.dans.common.dbflib |
---|
Methods in nl.knaw.dans.common.dbflib that return Type | |
---|---|
Type |
Field.getType()
Returns the type of the field |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in nl.knaw.dans.common.dbflib with parameters of type Type | |
---|---|
Field(String name,
Type type)
Creates a new Field object. |
|
Field(String name,
Type type,
int length)
Creates a new Field object. |
|
Field(String name,
Type type,
int length,
int decimalCount)
Creates a new Field object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |