Uses of Class
io.dataease.plugins.common.constants.DatasetType
-
Packages that use DatasetType Package Description io.dataease.plugins.common.constants -
-
Uses of DatasetType in io.dataease.plugins.common.constants
Methods in io.dataease.plugins.common.constants that return DatasetType Modifier and Type Method Description static DatasetTypeDatasetType. getEnumObjByKey(String key)static DatasetTypeDatasetType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetType[]DatasetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-