Uses of Class
org.teamapps.universaldb.transaction.DataType
-
Packages that use DataType Package Description org.teamapps.universaldb.transaction -
-
Uses of DataType in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction that return DataType Modifier and Type Method Description static DataTypeDataType. getDataTypeById(int id)static DataTypeDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-