Uses of Class
com.e1c.g5.v8.dt.check.components.BasicCheck.CheckParameterBuilder
Packages that use BasicCheck.CheckParameterBuilder
-
Uses of BasicCheck.CheckParameterBuilder in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components that return BasicCheck.CheckParameterBuilderModifier and TypeMethodDescriptionBasicCheck.CheckParameterBuilder.description
(String description) Sets the simple description for the check.Defines the type of issues provided by this checkDefines a parameter of the check.BasicCheck.CheckParameterBuilder.parameter
(String name, Class<?> type, String defaultValue, String title) Defines a parameter of the check.BasicCheck.ContainmentConfigurationBuilder.parameter
(String name, Class<?> type, String defaultValue, String title) Defines a parameter of the check.BasicCheck.ModuleConfigurationBuilder.parameter
(String name, Class<?> type, String defaultValue, String title) Defines a parameter of the check.BasicCheck.TopObjectConfigurationBuilder.parameter
(String name, Class<?> type, String defaultValue, String title) Defines a parameter of the check.BasicCheck.TopObjectFeatureConfigurationBuilder.parameter
(String name, Class<?> type, String defaultValue, String title) Defines a parameter of the check.