Uses of Enum
wbs.utils.util.database.WbsFieldType
Packages that use WbsFieldType
Package
Description
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
Uses of WbsFieldType in wbs.utils.util.database
Methods in wbs.utils.util.database that return WbsFieldTypeModifier and TypeMethodDescriptionWbsField.getType()static WbsFieldTypeReturns the enum constant of this type with the specified name.static WbsFieldType[]WbsFieldType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in wbs.utils.util.database with parameters of type WbsFieldTypeModifierConstructorDescriptionWbsField(String fieldName, WbsFieldType type) WbsField(String fieldName, WbsFieldType type, Object defaultValue)