Uses of Enum
io.github.zazalng.contracts.DBFDataType
Packages that use DBFDataType
-
Uses of DBFDataType in io.github.zazalng.contracts
Methods in io.github.zazalng.contracts that return DBFDataTypeModifier and TypeMethodDescriptionstatic DBFDataTypeDBFDataType.fromCode(char code) Attempts to find theDBFDataTypeenum constant corresponding to the given character code.static DBFDataTypeReturns 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. -
Uses of DBFDataType in io.github.zazalng.entity
Methods in io.github.zazalng.entity that return DBFDataType