Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckParameterSettings
Packages that use ICheckParameterSettings
-
Uses of ICheckParameterSettings in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheckParameterSettingsModifier and TypeMethodDescriptionICheckSettings.getParameters()
Returns the immutable map of check properties by names. -
Uses of ICheckParameterSettings in com.e1c.g5.v8.dt.internal.check.settings
Classes in com.e1c.g5.v8.dt.internal.check.settings that implement ICheckParameterSettingsMethods in com.e1c.g5.v8.dt.internal.check.settings that return types with arguments of type ICheckParameterSettingsConstructor parameters in com.e1c.g5.v8.dt.internal.check.settings with type arguments of type ICheckParameterSettingsModifierConstructorDescriptionCheckSettings
(CheckUid checkUid, CheckUid parentId, String title, String description, boolean enabled, boolean originalEnabled, IssueSeverity severity, IssueSeverity originalSeverity, IssueType issueType, Map<String, ICheckParameterSettings> parameters) Constructs check settings instanceCheckSettings
(CheckUid checkUid, CheckUid parentId, String title, Supplier<String> description, boolean enabled, boolean protectedObjectCheckEnabled, boolean originalEnabled, IssueSeverity severity, IssueSeverity originalSeverity, IssueType issueType, Map<String, ICheckParameterSettings> parameters) Creates new instance.