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