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