Uses of Class
org.geotools.data.duckdb.ParamBuilder
Packages that use ParamBuilder
-
Uses of ParamBuilder in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb that return ParamBuilderModifier and TypeMethodDescriptionParamBuilder.advancedLevel()
Marks this parameter as an advanced-level parameter.ParamBuilder.defaultValue
(Object defaultValue) Sets the default value for the parameter.ParamBuilder.description
(String description) Sets the parameter description.ParamBuilder.description
(InternationalString description) Sets the parameter description using an InternationalString.Sets this parameter as part of the UI interface level.ParamBuilder.maxOccurs
(int maxOccurs) Sets the maximum number of occurrences for this parameter.Adds a metadata entry to the parameter.Sets the metadata map for the parameter, replacing any existing metadata.ParamBuilder.minOccurs
(int minOccurs) Sets the minimum number of occurrences for this parameter.ParamBuilder.programLevel()
Marks this parameter as a program-level parameter.ParamBuilder.required
(boolean required) Sets whether the parameter is required.Sets the parameter title.ParamBuilder.title
(InternationalString title) Sets the parameter title using an InternationalString.Sets the parameter type.ParamBuilder.userLevel()
Marks this parameter as a user-level parameter.